#include <CarlaRecorderPlatformTime.h>
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 行定义.
引用了 PlatformTime , 以及 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().