#include <CarlaRecorderState.h>
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< CarlaRecorderStateTrafficLight > | StatesTrafficLights |
Definition at line 28 of file CarlaRecorderState.h.
void CarlaRecorderStates::Add | ( | const CarlaRecorderStateTrafficLight & | State | ) |
Definition at line 34 of file CarlaRecorderState.cpp.
Referenced by FFrameData::AddState(), and ACarlaRecorder::AddState().
void CarlaRecorderStates::Clear | ( | void | ) |
Definition at line 29 of file CarlaRecorderState.cpp.
Referenced by FFrameData::Clear(), and ACarlaRecorder::Clear().
const std::vector< CarlaRecorderStateTrafficLight > & CarlaRecorderStates::GetStates | ( | ) |
Definition at line 72 of file CarlaRecorderState.cpp.
Referenced by FFrameData::PlayFrameData().
void CarlaRecorderStates::Read | ( | std::istream & | InFile | ) |
Definition at line 58 of file CarlaRecorderState.cpp.
References CarlaRecorderStateTrafficLight::Read().
Referenced by FFrameData::Read().
void CarlaRecorderStates::Write | ( | std::ostream & | OutFile | ) |
Definition at line 39 of file CarlaRecorderState.cpp.
References State.
Referenced by FFrameData::Write(), and ACarlaRecorder::Write().
|
private |
Definition at line 45 of file CarlaRecorderState.h.