Defines a stage of a semaphor with a State and the time this state lasts. More...
#include <TrafficLightController.h>
Public Attributes | |
ETrafficLightState | State |
float | Time |
Defines a stage of a semaphor with a State and the time this state lasts.
Definition at line 22 of file TrafficLightController.h.
ETrafficLightState FTrafficLightStage::State |
Definition at line 30 of file TrafficLightController.h.
float FTrafficLightStage::Time |
Definition at line 27 of file TrafficLightController.h.
Referenced by UTrafficLightController::NextState().