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

#include <CarlaRecorderLightVehicle.h>

+ Collaboration diagram for CarlaRecorderLightVehicle:

Public Types

using VehicleLightStateType = uint32_t
 

Public Member Functions

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

Public Attributes

uint32_t DatabaseId
 
VehicleLightStateType State
 

Detailed Description

Definition at line 14 of file CarlaRecorderLightVehicle.h.

Member Typedef Documentation

◆ VehicleLightStateType

Definition at line 17 of file CarlaRecorderLightVehicle.h.

Member Function Documentation

◆ Read()

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

Definition at line 18 of file CarlaRecorderLightVehicle.cpp.

References DatabaseId, and State.

Referenced by CarlaReplayer::ProcessLightVehicle(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderLightVehicles::Read().

+ Here is the caller graph for this function:

◆ Write()

void CarlaRecorderLightVehicle::Write ( std::ostream &  OutFile)

Definition at line 12 of file CarlaRecorderLightVehicle.cpp.

References DatabaseId, and State.

Member Data Documentation

◆ DatabaseId

uint32_t CarlaRecorderLightVehicle::DatabaseId

◆ State

VehicleLightStateType CarlaRecorderLightVehicle::State

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