#include <CarlaRecorderKinematics.h>
Collaboration diagram for CarlaRecorderKinematics: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().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderKinematics::Write | ( | std::ostream & | OutFile | ) |
Definition at line 11 of file CarlaRecorderKinematics.cpp.
References AngularVelocity, DatabaseId, LinearVelocity, and WriteFVector().
Here is the call graph for this function:| 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().
1.8.13