Enumeration mirrors industrial_msgs/TriState definition. NOTE: The TS prefix is needed because the ON and TRUE value collide with other defined types on some systems. More...
Enumerations | |
enum | TriState { TS_UNKNOWN = -1, TS_TRUE = 1, TS_ON = 1, TS_ENABLED = 1, TS_HIGH = 1, TS_FALSE = 0, TS_OFF = 0, TS_DISABLED = 0, TS_LOW = 0 } |
Enumeration mirrors industrial_msgs/TriState definition. NOTE: The TS prefix is needed because the ON and TRUE value collide with other defined types on some systems.
Definition at line 79 of file robot_status.h.