#include <CarlaRecorderEventAdd.h>
Collaboration diagram for CarlaRecorderEventAdd:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) const |
Public Attributes | |
| uint32_t | DatabaseId |
| CarlaRecorderActorDescription | Description |
| FVector | Location |
| FVector | Rotation |
| uint8_t | Type |
Definition at line 26 of file CarlaRecorderEventAdd.h.
| void CarlaRecorderEventAdd::Read | ( | std::istream & | InFile | ) |
Definition at line 37 of file CarlaRecorderEventAdd.cpp.
References CarlaRecorderActorDescription::Attributes, DatabaseId, Description, CarlaRecorderActorAttribute::Id, CarlaRecorderActorDescription::Id, Location, ReadFString(), ReadFVector(), Rotation, CarlaRecorderActorAttribute::Type, Type, CarlaRecorderActorDescription::UId, and CarlaRecorderActorAttribute::Value.
Referenced by CarlaReplayer::ProcessEventsAdd(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderEventsAdd::Read().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderEventAdd::Write | ( | std::ostream & | OutFile | ) | const |
Definition at line 11 of file CarlaRecorderEventAdd.cpp.
References CarlaRecorderActorDescription::Attributes, DatabaseId, Description, CarlaRecorderActorDescription::Id, Location, Rotation, Type, CarlaRecorderActorDescription::UId, WriteFString(), and WriteFVector().
Referenced by CarlaRecorderEventsAdd::Write().
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t CarlaRecorderEventAdd::DatabaseId |
Definition at line 28 of file CarlaRecorderEventAdd.h.
Referenced by CarlaReplayer::ProcessEventsAdd(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| CarlaRecorderActorDescription CarlaRecorderEventAdd::Description |
Definition at line 32 of file CarlaRecorderEventAdd.h.
Referenced by CarlaReplayer::ProcessEventsAdd(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| FVector CarlaRecorderEventAdd::Location |
Definition at line 30 of file CarlaRecorderEventAdd.h.
Referenced by CarlaReplayer::ProcessEventsAdd(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| FVector CarlaRecorderEventAdd::Rotation |
Definition at line 31 of file CarlaRecorderEventAdd.h.
Referenced by CarlaReplayer::ProcessEventsAdd(), Read(), and Write().
| uint8_t CarlaRecorderEventAdd::Type |
Definition at line 29 of file CarlaRecorderEventAdd.h.
Referenced by CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
1.8.13