Main MRPT website > C++ reference for MRPT 1.5.6
xscontrolline.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 XSCONTROLLINE_H
10 #define XSCONTROLLINE_H
11 
12 /*! \addtogroup enums Global enumerations
13  @{
14 */
15 /*! \brief Serial control lines. */
17  XCL_DCD = 0x0001, //!< pin 1: Carrier Detect
18  XCL_RD = 0x0002, //!< pin 2: Received Data
19  XCL_TD = 0x0004, //!< pin 3: Transmitted Data
20  XCL_DTR = 0x0008, //!< pin 4: Data Terminal Ready
21  XCL_GND = 0x0010, //!< pin 5: Common Ground
22  XCL_DSR = 0x0020, //!< pin 6: Data Set Ready
23  XCL_RTS = 0x0040, //!< pin 7: Request To Send
24  XCL_CTS = 0x0080, //!< pin 8: Clear To Send
25  XCL_RI = 0x0100 //!< pin 9: Ring Indicator
26 };
27 /*! @} */
29 
30 #endif // file guard
pin 6: Data Set Ready
Definition: xscontrolline.h:22
pin 4: Data Terminal Ready
Definition: xscontrolline.h:20
XsControlLine
Serial control lines.
Definition: xscontrolline.h:16
pin 2: Received Data
Definition: xscontrolline.h:18
pin 8: Clear To Send
Definition: xscontrolline.h:24
pin 9: Ring Indicator
Definition: xscontrolline.h:25
pin 5: Common Ground
Definition: xscontrolline.h:21
pin 3: Transmitted Data
Definition: xscontrolline.h:19
pin 1: Carrier Detect
Definition: xscontrolline.h:17
pin 7: Request To Send
Definition: xscontrolline.h:23



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019