#include <CarlaRecorderInfo.h>
Collaboration diagram for CarlaRecorderInfo:Public Member Functions | |
| void | Read (std::istream &File) |
| void | Write (std::ostream &File) |
Public Attributes | |
| std::time_t | Date |
| FString | Magic |
| FString | Mapfile |
| uint16_t | Version |
Definition at line 14 of file CarlaRecorderInfo.h.
|
inline |
Definition at line 21 of file CarlaRecorderInfo.h.
References Date, ReadFString(), and Version.
Referenced by CarlaRecorderQuery::CheckFileInfo(), and CarlaReplayer::Rewind().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 29 of file CarlaRecorderInfo.h.
References Date, Version, and WriteFString().
Referenced by ACarlaRecorder::Start().
Here is the call graph for this function:
Here is the caller graph for this function:| std::time_t CarlaRecorderInfo::Date |
Definition at line 18 of file CarlaRecorderInfo.h.
Referenced by CarlaRecorderQuery::CheckFileInfo(), Read(), ACarlaRecorder::Start(), and Write().
| FString CarlaRecorderInfo::Magic |
Definition at line 17 of file CarlaRecorderInfo.h.
Referenced by CarlaRecorderQuery::CheckFileInfo(), and ACarlaRecorder::Start().
| FString CarlaRecorderInfo::Mapfile |
Definition at line 19 of file CarlaRecorderInfo.h.
Referenced by CarlaRecorderQuery::CheckFileInfo(), CarlaReplayer::ReplayFile(), and ACarlaRecorder::Start().
| uint16_t CarlaRecorderInfo::Version |
Definition at line 16 of file CarlaRecorderInfo.h.
Referenced by CarlaRecorderQuery::CheckFileInfo(), Read(), ACarlaRecorder::Start(), and Write().
1.8.13