MRPT
1.9.9
xsbusid.h
Go to the documentation of this file.
1
/* +------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2019, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See: https://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.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019