CARLA
Public Member Functions | Private Attributes | List of all members
CarlaRecorderStates Class Reference

#include <CarlaRecorderState.h>

+ Collaboration diagram for CarlaRecorderStates:

Public Member Functions

void Add (const CarlaRecorderStateTrafficLight &State)
 
void Clear (void)
 
const std::vector< CarlaRecorderStateTrafficLight > & GetStates ()
 
void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile)
 

Private Attributes

std::vector< CarlaRecorderStateTrafficLightStatesTrafficLights
 

Detailed Description

Definition at line 28 of file CarlaRecorderState.h.

Member Function Documentation

◆ Add()

void CarlaRecorderStates::Add ( const CarlaRecorderStateTrafficLight State)

Definition at line 34 of file CarlaRecorderState.cpp.

Referenced by FFrameData::AddState(), and ACarlaRecorder::AddState().

+ Here is the caller graph for this function:

◆ Clear()

void CarlaRecorderStates::Clear ( void  )

Definition at line 29 of file CarlaRecorderState.cpp.

Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().

+ Here is the caller graph for this function:

◆ GetStates()

const std::vector< CarlaRecorderStateTrafficLight > & CarlaRecorderStates::GetStates ( )

Definition at line 72 of file CarlaRecorderState.cpp.

Referenced by FFrameData::PlayFrameData().

+ Here is the caller graph for this function:

◆ Read()

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

Definition at line 58 of file CarlaRecorderState.cpp.

References CarlaRecorderStateTrafficLight::Read().

Referenced by FFrameData::Read().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Write()

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

Definition at line 39 of file CarlaRecorderState.cpp.

References State.

Referenced by FFrameData::Write(), and ACarlaRecorder::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ StatesTrafficLights

std::vector<CarlaRecorderStateTrafficLight> CarlaRecorderStates::StatesTrafficLights
private

Definition at line 45 of file CarlaRecorderState.h.


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