#include <CarlaRecorderEventDel.h>
Public Member Functions | |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) const |
Public Attributes | |
uint32_t | DatabaseId |
Definition at line 12 of file CarlaRecorderEventDel.h.
void CarlaRecorderEventDel::Read | ( | std::istream & | InFile | ) |
Definition at line 11 of file CarlaRecorderEventDel.cpp.
References DatabaseId.
Referenced by CarlaReplayer::ProcessEventsDel(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderEventsDel::Read().
void CarlaRecorderEventDel::Write | ( | std::ostream & | OutFile | ) | const |
Definition at line 16 of file CarlaRecorderEventDel.cpp.
References DatabaseId.
uint32_t CarlaRecorderEventDel::DatabaseId |
Definition at line 14 of file CarlaRecorderEventDel.h.
Referenced by CarlaReplayer::ProcessEventsDel(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().