#include <CarlaRecorderTraficLightTime.h>
Collaboration diagram for CarlaRecorderTrafficLightTime:Public Member Functions | |
| void | Read (std::istream &InFile) |
| void | Write (std::ostream &OutFile) |
Public Attributes | |
| uint32_t | DatabaseId |
| float | GreenTime = 0 |
| float | RedTime = 0 |
| float | YellowTime = 0 |
Definition at line 13 of file CarlaRecorderTraficLightTime.h.
| void CarlaRecorderTrafficLightTime::Read | ( | std::istream & | InFile | ) |
Definition at line 20 of file CarlaRecorderTraficLightTime.cpp.
References DatabaseId, GreenTime, ReadValue(), RedTime, and YellowTime.
Referenced by CarlaRecorderQuery::QueryInfo().
Here is the call graph for this function:
Here is the caller graph for this function:| void CarlaRecorderTrafficLightTime::Write | ( | std::ostream & | OutFile | ) |
Definition at line 12 of file CarlaRecorderTraficLightTime.cpp.
References DatabaseId, GreenTime, RedTime, WriteValue(), and YellowTime.
Here is the call graph for this function:| uint32_t CarlaRecorderTrafficLightTime::DatabaseId |
Definition at line 15 of file CarlaRecorderTraficLightTime.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| float CarlaRecorderTrafficLightTime::GreenTime = 0 |
Definition at line 16 of file CarlaRecorderTraficLightTime.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| float CarlaRecorderTrafficLightTime::RedTime = 0 |
Definition at line 18 of file CarlaRecorderTraficLightTime.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().
| float CarlaRecorderTrafficLightTime::YellowTime = 0 |
Definition at line 17 of file CarlaRecorderTraficLightTime.h.
Referenced by CarlaRecorderQuery::QueryInfo(), Read(), and Write().
1.8.13