Represents the state of the sensor system.
enum Go2SystemState { GO2_SYSTEM_STATE_CONFLICT = 1, GO2_SYSTEM_STATE_READY = 2, GO2_SYSTEM_STATE_RUNNING = 3 };
|
Members |
Description |
|
GO2_SYSTEM_STATE_CONFLICT = 1 |
System cannot run because of configuration conflicts. |
|
GO2_SYSTEM_STATE_READY = 2 |
System is currently stopped, but is ready to run. |
|
GO2_SYSTEM_STATE_RUNNING = 3 |
System is running. |
Go2Api.h