#include <CarlaRecorderState.h>
Collaboration diagram for CarlaRecorderStateTrafficLight:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Public Attributes | |
| uint32_t | DatabaseId |
| float | ElapsedTime |
| bool | IsFrozen |
| char | State |
Definition at line 13 of file CarlaRecorderState.h.
| void CarlaRecorderStateTrafficLight::Read | ( | std::istream & | InFile | ) |
Definition at line 19 of file CarlaRecorderState.cpp.
References DatabaseId, ElapsedTime, IsFrozen, and State.
Referenced by CarlaReplayer::ProcessStates(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderStates::Read().
Here is the caller graph for this function:| void CarlaRecorderStateTrafficLight::Write | ( | std::ostream & | OutFile | ) |
Definition at line 11 of file CarlaRecorderState.cpp.
References DatabaseId, ElapsedTime, IsFrozen, and State.
| uint32_t CarlaRecorderStateTrafficLight::DatabaseId |
Definition at line 15 of file CarlaRecorderState.h.
Referenced by FFrameData::PlayFrameData(), CarlaReplayerHelper::ProcessReplayerStateTrafficLight(), FFrameData::ProcessReplayerStateTrafficLight(), CarlaReplayer::ProcessStates(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| float CarlaRecorderStateTrafficLight::ElapsedTime |
Definition at line 17 of file CarlaRecorderState.h.
Referenced by CarlaReplayerHelper::ProcessReplayerStateTrafficLight(), FFrameData::ProcessReplayerStateTrafficLight(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| bool CarlaRecorderStateTrafficLight::IsFrozen |
Definition at line 16 of file CarlaRecorderState.h.
Referenced by CarlaReplayerHelper::ProcessReplayerStateTrafficLight(), FFrameData::ProcessReplayerStateTrafficLight(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| char CarlaRecorderStateTrafficLight::State |
Definition at line 18 of file CarlaRecorderState.h.
Referenced by CarlaReplayerHelper::ProcessReplayerStateTrafficLight(), FFrameData::ProcessReplayerStateTrafficLight(), CarlaRecorderQuery::QueryInfo(), Read(), and Write().
1.8.13