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

#include <CarlaRecorderAnimVehicle.h>

+ Collaboration diagram for CarlaRecorderAnimVehicle:

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
 

Detailed Description

Definition at line 13 of file CarlaRecorderAnimVehicle.h.

Member Function Documentation

◆ Read()

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().

+ Here is the caller graph for this function:

◆ Write()

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().

+ Here is the caller graph for this function:

Member Data Documentation

◆ bHandbrake

bool CarlaRecorderAnimVehicle::bHandbrake

◆ Brake

float CarlaRecorderAnimVehicle::Brake

◆ DatabaseId

uint32_t CarlaRecorderAnimVehicle::DatabaseId

◆ Gear

int32_t CarlaRecorderAnimVehicle::Gear

◆ Steering

float CarlaRecorderAnimVehicle::Steering

◆ Throttle

float CarlaRecorderAnimVehicle::Throttle

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