#include <xstypes/xssyncline.h>
Go to the source code of this file.
Typedefs | |
typedef enum SyncLineMk4 | SyncLineMk4 |
Enumerations | |
enum | SyncLineMk4 { XSL4_ClockIn = 0, XSL4_GnssClockIn = 1, XSL4_In = 2, XSL4_BiIn = 3, XSL4_BiOut = 4, XSL4_ExtTimepulseIn = 5, XSL4_ReqData = 6, XSL4_Gnss1Pps = 8, XSL4_Invalid } |
Synchronization line identifiers for the Mk4 devices, only to be used directly in Xbus messages. More... | |
Functions | |
XsSyncLine | xsl4ToXsl (SyncLineMk4 mk4Line) |
Translate an SyncLineMk4 into a generic XsSyncLine. More... | |
SyncLineMk4 | xslToXsl4 (XsSyncLine line) |
Translate an XsSyncLine into a Mk4-specififc SyncLineMk4. More... | |
typedef enum SyncLineMk4 SyncLineMk4 |
Definition at line 88 of file synclinemk4.h.