|
SimDriver
0.1
|
#include <Interface.h>
Public Attributes | |
| unsigned int | id |
| Unique ID of the signal. | |
| double | ds |
| Distance to the sign from the current position along the reference line. (in m) | |
| SignalType | type |
| Type of the signal. | |
| double | value |
| Value of the signal. | |
| TrafficLightColor | color |
| Color of the light bulb. | |
| TrafficLightIcon | icon |
| Icon/Shape of the traffic light. | |
| bool | subsignal |
| if true sign is subsignal to TLS and only valid in certain situations | |
| bool | sign_is_in_use |
| indicates that subsign is in use (all paired TLS signals are out of service) | |
A class to store target information.
1.8.13