#include <CarlaRecorderAnimVehicle.h>
Public Member Functions | |
void | Read (std::istream &InFile) |
void | Write (std::ostream &OutFile) |
Public Attributes | |
bool | bHandbrake |
float | Brake |
uint32_t | DatabaseId |
int32_t | Gear |
float | Steering |
float | Throttle |
Definition at line 13 of file CarlaRecorderAnimVehicle.h.
void CarlaRecorderAnimVehicle::Read | ( | std::istream & | InFile | ) |
Definition at line 21 of file CarlaRecorderAnimVehicle.cpp.
References bHandbrake, Brake, DatabaseId, Gear, Steering, and Throttle.
Referenced by CarlaReplayer::ProcessAnimVehicle(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderAnimVehicles::Read().
void CarlaRecorderAnimVehicle::Write | ( | std::ostream & | OutFile | ) |
Definition at line 11 of file CarlaRecorderAnimVehicle.cpp.
References bHandbrake, Brake, DatabaseId, Gear, Steering, and Throttle.
Referenced by CarlaRecorderAnimVehicles::Write().
bool CarlaRecorderAnimVehicle::bHandbrake |
Definition at line 19 of file CarlaRecorderAnimVehicle.h.
Referenced by FFrameData::AddVehicleAnimation(), ACarlaRecorder::AddVehicleAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicle(), FFrameData::ProcessReplayerAnimVehicle(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
float CarlaRecorderAnimVehicle::Brake |
Definition at line 18 of file CarlaRecorderAnimVehicle.h.
Referenced by FFrameData::AddVehicleAnimation(), ACarlaRecorder::AddVehicleAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicle(), FFrameData::ProcessReplayerAnimVehicle(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
uint32_t CarlaRecorderAnimVehicle::DatabaseId |
Definition at line 15 of file CarlaRecorderAnimVehicle.h.
Referenced by FFrameData::AddVehicleAnimation(), ACarlaRecorder::AddVehicleAnimation(), FFrameData::PlayFrameData(), CarlaReplayer::ProcessAnimVehicle(), CarlaReplayerHelper::ProcessReplayerAnimVehicle(), FFrameData::ProcessReplayerAnimVehicle(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
int32_t CarlaRecorderAnimVehicle::Gear |
Definition at line 20 of file CarlaRecorderAnimVehicle.h.
Referenced by FFrameData::AddVehicleAnimation(), ACarlaRecorder::AddVehicleAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicle(), FFrameData::ProcessReplayerAnimVehicle(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
float CarlaRecorderAnimVehicle::Steering |
Definition at line 16 of file CarlaRecorderAnimVehicle.h.
Referenced by FFrameData::AddVehicleAnimation(), ACarlaRecorder::AddVehicleAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicle(), FFrameData::ProcessReplayerAnimVehicle(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
float CarlaRecorderAnimVehicle::Throttle |
Definition at line 17 of file CarlaRecorderAnimVehicle.h.
Referenced by FFrameData::AddVehicleAnimation(), ACarlaRecorder::AddVehicleAnimation(), CarlaReplayerHelper::ProcessReplayerAnimVehicle(), FFrameData::ProcessReplayerAnimVehicle(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().