CARLA
Public Member Functions | Public Attributes | List of all members
CarlaRecorderKinematics Struct Reference

#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
 

Detailed Description

Definition at line 13 of file CarlaRecorderKinematics.h.

Member Function Documentation

◆ Read()

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:

◆ Write()

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:

Member Data Documentation

◆ AngularVelocity

FVector CarlaRecorderKinematics::AngularVelocity

Definition at line 17 of file CarlaRecorderKinematics.h.

Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().

◆ DatabaseId

uint32_t CarlaRecorderKinematics::DatabaseId

Definition at line 15 of file CarlaRecorderKinematics.h.

Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().

◆ LinearVelocity

FVector CarlaRecorderKinematics::LinearVelocity

Definition at line 16 of file CarlaRecorderKinematics.h.

Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().


The documentation for this struct was generated from the following files: