Struct SimOne_Data_Signal_Lights¶
ClassList > SimOne_Data_Signal_Lights
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | signalLights = 0 |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable signalLights¶
uint32_t SimOne_Data_Signal_Lights::signalLights;
信号灯的状态。每一位表示一个具体的信号灯状态,根据 ESimOne_Signal_Light 枚举类型来解读。 * The state of the signal lights. Each bit represents a specific signal light status, interpreted using the ESimOne_Signal_Light enum.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h