#include <CarlaRecorderPlatformTime.h>
Collaboration diagram for CarlaRecorderPlatformTime:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | SetStartTime () |
| void | UpdateTime () |
| void | Write (std::ostream &OutFile) |
Public Attributes | |
| std::chrono::time_point< std::chrono::system_clock > | RecorderStartTime |
| double | Time |
Definition at line 13 of file CarlaRecorderPlatformTime.h.
| void CarlaRecorderPlatformTime::Read | ( | std::istream & | InFile | ) |
Definition at line 23 of file CarlaRecorderPlatformTime.cpp.
References Time.
Referenced by CarlaRecorderQuery::QueryInfo().
Here is the caller graph for this function:| void CarlaRecorderPlatformTime::SetStartTime | ( | ) |
Definition at line 11 of file CarlaRecorderPlatformTime.cpp.
References RecorderStartTime.
Referenced by ACarlaRecorder::Start().
Here is the caller graph for this function:| void CarlaRecorderPlatformTime::UpdateTime | ( | ) |
Definition at line 15 of file CarlaRecorderPlatformTime.cpp.
References RecorderStartTime, and Time.
Referenced by ACarlaRecorder::Ticking().
Here is the caller graph for this function:| void CarlaRecorderPlatformTime::Write | ( | std::ostream & | OutFile | ) |
Definition at line 28 of file CarlaRecorderPlatformTime.cpp.
References PlatformTime, and Time.
Referenced by ACarlaRecorder::Write().
Here is the caller graph for this function:| std::chrono::time_point<std::chrono::system_clock> CarlaRecorderPlatformTime::RecorderStartTime |
Definition at line 17 of file CarlaRecorderPlatformTime.h.
Referenced by SetStartTime(), and UpdateTime().
| double CarlaRecorderPlatformTime::Time |
Definition at line 19 of file CarlaRecorderPlatformTime.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), UpdateTime(), and Write().
1.8.13