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

#include <CarlaRecorderAnimVehicleWheels.h>

+ Collaboration diagram for WheelInfo:

Public Member Functions

void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile) const
 

Public Attributes

EVehicleWheelLocation Location = EVehicleWheelLocation::BR_Wheel
 
float SteeringAngle = 0.0f
 
float TireRotation = 0.0f
 

Detailed Description

Definition at line 14 of file CarlaRecorderAnimVehicleWheels.h.

Member Function Documentation

◆ Read()

void WheelInfo::Read ( std::istream &  InFile)

Definition at line 18 of file CarlaRecorderAnimVehicleWheels.cpp.

References Location, SteeringAngle, and TireRotation.

Referenced by CarlaRecorderAnimWheels::Read().

+ Here is the caller graph for this function:

◆ Write()

void WheelInfo::Write ( std::ostream &  OutFile) const

Definition at line 11 of file CarlaRecorderAnimVehicleWheels.cpp.

References Location, SteeringAngle, and TireRotation.

Referenced by CarlaRecorderAnimVehicleWheels::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Location

◆ SteeringAngle

float WheelInfo::SteeringAngle = 0.0f

◆ TireRotation

float WheelInfo::TireRotation = 0.0f

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