Gocator API > Go2.Output > Values > Go2SelcomFormat
Gocator 1x00 API
Go2SelcomFormat
Description

Represents the selcom format followed on the serial output

C
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
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 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.