Main MRPT website
>
C++ reference for MRPT 1.5.9
xSens_MT4
xstypes
include
xsens
xsbusid.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 XSBUSID_H
10
#define XSBUSID_H
11
12
/*! \addtogroup cinterface C Interface
13
@{
14
*/
15
16
/*! \brief The bus identifier of the master device */
17
#define XS_BID_MASTER 0xFF
18
19
/*! \brief The bus broadcast bus identifier (all devices) */
20
#define XS_BID_BROADCAST 0x00
21
22
/*! \brief The bus identifier for the first MT on the bus */
23
#define XS_BID_MT 0x01
24
25
/*! \brief An invalid bus identifier */
26
#define XS_BID_INVALID 0xFE
27
28
/*! @} */
29
30
#endif // file guard
Page generated by
Doxygen 1.8.14
for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020