#include <CarlaRecorderPlatformTime.h>
CarlaRecorderPlatformTime 的协作图:Public 成员函数 | |
| void | Read (std::istream &InFile) |
| void | SetStartTime () |
| void | UpdateTime () |
| void | Write (std::ostream &OutFile) |
Public 属性 | |
| std::chrono::time_point< std::chrono::system_clock > | RecorderStartTime |
| double | Time |
在文件 CarlaRecorderPlatformTime.h 第 13 行定义.
| void CarlaRecorderPlatformTime::Read | ( | std::istream & | InFile | ) |
在文件 CarlaRecorderPlatformTime.cpp 第 23 行定义.
引用了 Time.
被这些函数引用 CarlaRecorderQuery::QueryInfo().
这是这个函数的调用关系图:| void CarlaRecorderPlatformTime::SetStartTime | ( | ) |
在文件 CarlaRecorderPlatformTime.cpp 第 11 行定义.
引用了 RecorderStartTime.
被这些函数引用 ACarlaRecorder::Start().
这是这个函数的调用关系图:| void CarlaRecorderPlatformTime::UpdateTime | ( | ) |
在文件 CarlaRecorderPlatformTime.cpp 第 15 行定义.
引用了 RecorderStartTime , 以及 Time.
被这些函数引用 ACarlaRecorder::Ticking().
这是这个函数的调用关系图:| void CarlaRecorderPlatformTime::Write | ( | std::ostream & | OutFile | ) |
在文件 CarlaRecorderPlatformTime.cpp 第 28 行定义.
引用了 Time.
被这些函数引用 ACarlaRecorder::Write().
这是这个函数的调用关系图:| std::chrono::time_point<std::chrono::system_clock> CarlaRecorderPlatformTime::RecorderStartTime |
在文件 CarlaRecorderPlatformTime.h 第 17 行定义.
被这些函数引用 SetStartTime() , 以及 UpdateTime().
| double CarlaRecorderPlatformTime::Time |
在文件 CarlaRecorderPlatformTime.h 第 19 行定义.
被这些函数引用 CarlaRecorderQuery::QueryInfo(), Read(), UpdateTime() , 以及 Write().