#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< 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().
Here is the caller graph for this function:| 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:| 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:| 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:| 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:
|
private |
Definition at line 45 of file CarlaRecorderState.h.
1.8.13