Represents the selcom format followed on the serial output
enum Go2SelcomFormat { GO2_SELCOM_FORMAT_SLS = 0, GO2_SELCOM_FORMAT_12BIT_ST = 1, GO2_SELCOM_FORMAT_14BIT = 2, GO2_SELCOM_FORMAT_14BIT_ST = 3 };
|
Members |
Description |
|
GO2_SELCOM_FORMAT_SLS = 0 |
Selcom uses the SLS format |
|
GO2_SELCOM_FORMAT_12BIT_ST = 1 |
Selcom uses the 12-Bit Search/Track format |
|
GO2_SELCOM_FORMAT_14BIT = 2 |
Selcom uses the 14-Bit format |
|
GO2_SELCOM_FORMAT_14BIT_ST = 3 |
Selcom uses the 14-Bit Search/Track format |
Go2Api.h