CARLA
Public Member Functions | Public Attributes | List of all members
CarlaRecorderInfo Struct Reference

#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
 

Detailed Description

Definition at line 14 of file CarlaRecorderInfo.h.

Member Function Documentation

◆ Read()

void CarlaRecorderInfo::Read ( std::istream &  File)
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:

◆ Write()

void CarlaRecorderInfo::Write ( std::ostream &  File)
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:

Member Data Documentation

◆ Date

std::time_t CarlaRecorderInfo::Date

◆ Magic

FString CarlaRecorderInfo::Magic

Definition at line 17 of file CarlaRecorderInfo.h.

Referenced by CarlaRecorderQuery::CheckFileInfo(), and ACarlaRecorder::Start().

◆ Mapfile

FString CarlaRecorderInfo::Mapfile

◆ Version

uint16_t CarlaRecorderInfo::Version

The documentation for this struct was generated from the following file: