#include <CarlaRecorderKinematics.h>
Public Member Functions | |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) |
Public Attributes | |
FVector | AngularVelocity |
uint32_t | DatabaseId |
FVector | LinearVelocity |
Definition at line 13 of file CarlaRecorderKinematics.h.
void CarlaRecorderKinematics::Read | ( | std::istream & | InFile | ) |
Definition at line 18 of file CarlaRecorderKinematics.cpp.
References AngularVelocity, DatabaseId, LinearVelocity, and ReadFVector().
Referenced by CarlaRecorderQuery::QueryInfo().
void CarlaRecorderKinematics::Write | ( | std::ostream & | OutFile | ) |
Definition at line 11 of file CarlaRecorderKinematics.cpp.
References AngularVelocity, DatabaseId, LinearVelocity, and WriteFVector().
FVector CarlaRecorderKinematics::AngularVelocity |
Definition at line 17 of file CarlaRecorderKinematics.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().
uint32_t CarlaRecorderKinematics::DatabaseId |
Definition at line 15 of file CarlaRecorderKinematics.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().
FVector CarlaRecorderKinematics::LinearVelocity |
Definition at line 16 of file CarlaRecorderKinematics.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().