Represents the current role of a sensor within a sensor system.
enum Go2SensorRole { GO2_SENSOR_ROLE_INVALID = 0, GO2_SENSOR_ROLE_MAIN = 1, GO2_SENSOR_ROLE_BUDDY = 2, GO2_SENSOR_ROLE_UNASSIGNED = 3, GO2_SENSOR_ROLE_UNAVAILABLE = 4 };
|
Members |
Description |
|
GO2_SENSOR_ROLE_INVALID = 0 |
Invalid role; occurs when control connection is established to buddy. |
|
GO2_SENSOR_ROLE_MAIN = 1 |
Main sensor. |
|
GO2_SENSOR_ROLE_BUDDY = 2 |
Buddy sensor. |
|
GO2_SENSOR_ROLE_UNASSIGNED = 3 |
Potential buddy sensor, not yet assigned. |
|
GO2_SENSOR_ROLE_UNAVAILABLE = 4 |
Not a potential buddy, already assigned to another pair |
Go2Api.h