Represents the index values for states contained within the array returned by Go2System_GetStates.
enum Go2StateIndex { GO2_STATE_INDEX_SYSTEM = 0, GO2_STATE_INDEX_CALIBRATION = 1, GO2_STATE_INDEX_RECORDING = 2, GO2_STATE_INDEX_DATA_SOURCE = 3 };
|
Members |
Description |
|
GO2_STATE_INDEX_SYSTEM = 0 |
System state. Please refer to Go2SystemState for the represented values. |
|
GO2_STATE_INDEX_CALIBRATION = 1 |
Calibration state. Please refer to Go2CalibrationState to decode the values. |
|
GO2_STATE_INDEX_RECORDING = 2 |
Recording state. It will have a value of 0 if disabled and 1 if enabled. |
|
GO2_STATE_INDEX_DATA_SOURCE = 3 |
Playback data source. It will have a value of 0 if the data is live and 1 if the data is from a recording. |
Go2Api.h