Main MRPT website > C++ reference for MRPT 1.9.9
xssyncpolarity.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-2018, 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 XSSYNCPOLARITY_H
10 #define XSSYNCPOLARITY_H
11 
12 /*! \addtogroup enums Global enumerations
13  @{
14 */
15 /*! \brief Signal polarity */
17 {
19  0, /*!< \brief Don't generate or react to trigger level changes */
20  XSP_RisingEdge = 1, /*!< \brief React to a rising edge on input */
22  XSP_RisingEdge, /*!< \brief Generate a positive pulse on output */
23  XSP_FallingEdge = 2, /*!< \brief React to a falling edge on input */
25  XSP_FallingEdge, /*!< \brief Generate a falling edge on output */
26  XSP_Both /*!< \brief Toggle output or react on all toggles on input */
27 };
28 /*! @} */
30 
31 #endif // file guard
XSP_PositivePulse
@ XSP_PositivePulse
Generate a positive pulse on output.
Definition: xssyncpolarity.h:21
XSP_None
@ XSP_None
Don't generate or react to trigger level changes.
Definition: xssyncpolarity.h:18
XsSyncPolarity
XsSyncPolarity
Signal polarity.
Definition: xssyncpolarity.h:16
XSP_FallingEdge
@ XSP_FallingEdge
React to a falling edge on input.
Definition: xssyncpolarity.h:23
XSP_NegativePulse
@ XSP_NegativePulse
Generate a falling edge on output.
Definition: xssyncpolarity.h:24
XSP_RisingEdge
@ XSP_RisingEdge
React to a rising edge on input.
Definition: xssyncpolarity.h:20
XSP_Both
@ XSP_Both
Toggle output or react on all toggles on input.
Definition: xssyncpolarity.h:26



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST