Main MRPT website > C++ reference for MRPT 1.9.9
xssyncline.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef XSSYNCLINE_H
10 #define XSSYNCLINE_H
11 
12 /*! \addtogroup enums Global enumerations
13  @{
14 */
15 /*! \brief Synchronization line identifiers */
17 {
19  XSL_In1 = XSL_Inputs, /*!< \brief Sync In 1 \remark Applies to Awinda
20  Station and Mt */
21  XSL_In2, /*!< \brief Sync In 2 \remark Applies to Awinda Station */
22  XSL_Bi1In, /*!< \brief Bidirectional Sync 1 In \remark Applies to Xbus
23  Master */
24  XSL_ClockIn, /*!< \brief Clock synchronisation input \remark Applies to Mk4
25  */
26  XSL_CtsIn, /*!< \brief RS232 CTS sync in \remark Applies to Xbus Master */
27  XSL_GpsClockIn, /*!< \brief Clock synchronisation input line attached to
28  internal GPS unit \remark Applies to Mk4 */
29  XSL_ExtTimepulseIn, /*!< \brief External time pulse input (e.g. for external
30  GPS unit) \remark Applies to Mk4 with external
31  device*/
32  XSL_ReqData, /*!< \brief Serial data sync option, use \a XMID_ReqData
33  message id for this \remark Applies to Mk4*/
35  XSL_Out1 = XSL_Outputs, /*!< \brief Sync Out 1 \remark Applies to Awinda
36  Station and Mt */
37  XSL_Out2, /*!< \brief Sync Out 2 \remark Applies to Awinda Station */
38  XSL_Bi1Out, /*!< \brief Bidirectional Sync 1 Out \remark Applies to Xbus
39  Master */
40  XSL_RtsOut, /*!< \brief RS232 RTS sync out \remark Applies to Xbus Master */
41 
43 };
44 /*! @} */
45 typedef enum XsSyncLine XsSyncLine;
46 
47 #endif // file guard
Sync Out 1.
Definition: xssyncline.h:35
RS232 RTS sync out.
Definition: xssyncline.h:40
External time pulse input (e.g. for external GPS unit)
Definition: xssyncline.h:29
Bidirectional Sync 1 Out.
Definition: xssyncline.h:38
Clock synchronisation input line attached to internal GPS unit.
Definition: xssyncline.h:27
Sync Out 2.
Definition: xssyncline.h:37
Serial data sync option, use XMID_ReqData message id for this.
Definition: xssyncline.h:32
Sync In 1.
Definition: xssyncline.h:19
Bidirectional Sync 1 In.
Definition: xssyncline.h:22
Clock synchronisation input.
Definition: xssyncline.h:24
RS232 CTS sync in.
Definition: xssyncline.h:26
XsSyncLine
Synchronization line identifiers.
Definition: xssyncline.h:16
Sync In 2.
Definition: xssyncline.h:21



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019