#include <CarlaRecorderFrames.h>
Collaboration diagram for CarlaRecorderFrame:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Public Attributes | |
| double | DurationThis |
| double | Elapsed |
| uint64_t | Id |
Definition at line 12 of file CarlaRecorderFrames.h.
| void CarlaRecorderFrame::Read | ( | std::istream & | InFile | ) |
Definition at line 11 of file CarlaRecorderFrames.cpp.
Referenced by CarlaReplayer::GetTotalTime(), CarlaReplayer::ProcessToTime(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), and CarlaRecorderQuery::QueryInfo().
Here is the caller graph for this function:| void CarlaRecorderFrame::Write | ( | std::ostream & | OutFile | ) |
Definition at line 16 of file CarlaRecorderFrames.cpp.
| double CarlaRecorderFrame::DurationThis |
Definition at line 15 of file CarlaRecorderFrames.h.
Referenced by CarlaReplayer::ProcessToTime(), CarlaRecorderQuery::QueryBlocked(), and CarlaReplayer::Rewind().
| double CarlaRecorderFrame::Elapsed |
Definition at line 16 of file CarlaRecorderFrames.h.
Referenced by CarlaReplayer::GetTotalTime(), CarlaReplayer::ProcessToTime(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), and CarlaReplayer::Rewind().
| uint64_t CarlaRecorderFrame::Id |
Definition at line 14 of file CarlaRecorderFrames.h.
Referenced by CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), and CarlaRecorderQuery::QueryInfo().
1.8.13