#include <xstypes/xssyncline.h>
Go to the source code of this file.
Typedefs | |
typedef enum SyncLineGmt | SyncLineGmt |
Enumerations | |
enum | SyncLineGmt { XSLGMT_ClockIn = 0, XSLGMT_GnssClockIn = 1, XSLGMT_In1 = 2, XSLGMT_BiIn = 3, XSLGMT_BiOut = 4, XSLGMT_ReqData = 6, XSLGMT_Out = 7, XSLGMT_Gnss1Pps = 8, XSLGMT_In2 = 9, XSLGMT_In3 = 10, XSLGMT_Invalid } |
Synchronization line identifiers for the generic motion tracker (GMT) devices, only to be used directly in Xbus messages Applies to these devices: MTx2 MTw2 MTi-1 series. More... | |
Functions | |
XsSyncLine | xslgmtToXsl (SyncLineGmt mk4Line) |
Translate an SyncLineGmt into a generic XsSyncLine. More... | |
SyncLineGmt | xslToXslgmt (XsSyncLine line) |
Translate an XsSyncLine into a SyncLineGmt. More... | |
typedef enum SyncLineGmt SyncLineGmt |
Definition at line 94 of file synclinegmt.h.