#include <CarlaRecorderEventParent.h>
Collaboration diagram for CarlaRecorderEventParent:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) const |
Public Attributes | |
| uint32_t | DatabaseId |
| uint32_t | DatabaseIdParent |
Definition at line 12 of file CarlaRecorderEventParent.h.
| void CarlaRecorderEventParent::Read | ( | std::istream & | InFile | ) |
Definition at line 12 of file CarlaRecorderEventParent.cpp.
References DatabaseId, and DatabaseIdParent.
Referenced by CarlaReplayer::ProcessEventsParent(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderEventsParent::Read().
Here is the caller graph for this function:| void CarlaRecorderEventParent::Write | ( | std::ostream & | OutFile | ) | const |
Definition at line 19 of file CarlaRecorderEventParent.cpp.
References DatabaseId, and DatabaseIdParent.
| uint32_t CarlaRecorderEventParent::DatabaseId |
Definition at line 14 of file CarlaRecorderEventParent.h.
Referenced by CarlaReplayer::ProcessEventsParent(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| uint32_t CarlaRecorderEventParent::DatabaseIdParent |
Definition at line 15 of file CarlaRecorderEventParent.h.
Referenced by CarlaReplayer::ProcessEventsParent(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
1.8.13