Main MRPT website
>
C++ reference for MRPT 1.9.9
mrpt
hwdrivers.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
10
/** This is the main "include file" for classes into the mrpt::hwdrivers
11
*namespace. This file
12
* includes all the other ones, so user applications must include just this
13
*one
14
* and link against the library file "lib_hwdrivers.lib" / "lib_hwdrivers.a"
15
*/
16
#ifndef HWDRIVERS_H
17
#define HWDRIVERS_H
18
19
#ifndef MRPT_NO_WARN_BIG_HDR
20
MRPT_WARNING
(
21
"Including <mrpt/hwdrivers.h> makes compilation much slower, consider "
22
"including only what you need (define MRPT_NO_WARN_BIG_HDR to disable this "
23
"warning)"
)
24
#endif
25
26
// Classes into HWDRIVERS
27
// --------------------------------------------
28
#include <
mrpt/hwdrivers/CGenericSensor.h
>
29
#include <
mrpt/hwdrivers/C2DRangeFinderAbstract.h
>
30
#include <
mrpt/hwdrivers/CHokuyoURG.h
>
31
#include <
mrpt/hwdrivers/CSickLaserUSB.h
>
32
#include <
mrpt/hwdrivers/CSickLaserSerial.h
>
33
#include <
mrpt/hwdrivers/CIbeoLuxETH.h
>
34
#include <
mrpt/hwdrivers/CRoboPeakLidar.h
>
35
#include <
mrpt/hwdrivers/CGPSInterface.h
>
36
#include <
mrpt/hwdrivers/CWirelessPower.h
>
37
#include <
mrpt/hwdrivers/CRaePID.h
>
38
#include <
mrpt/hwdrivers/CImpinjRFID.h
>
39
#include <
mrpt/hwdrivers/CIMUXSens.h
>
40
#include <
mrpt/hwdrivers/CIMUXSens_MT4.h
>
41
#include <
mrpt/hwdrivers/CJoystick.h
>
42
#include <
mrpt/hwdrivers/CCameraSensor.h
>
43
#include <
mrpt/hwdrivers/CPtuDPerception.h
>
44
#include <
mrpt/hwdrivers/CTuMicos.h
>
45
#include <
mrpt/hwdrivers/CFFMPEG_InputStream.h
>
46
#include <
mrpt/hwdrivers/CNTRIPClient.h
>
47
#include <
mrpt/hwdrivers/CLMS100eth.h
>
48
#include <
mrpt/hwdrivers/CBoardSonars.h
>
49
#include <
mrpt/hwdrivers/CBoardENoses.h
>
50
#include <
mrpt/hwdrivers/CEnoseModular.h
>
51
#include <
mrpt/hwdrivers/CGillAnemometer.h
>
52
#include <
mrpt/hwdrivers/CServoeNeck.h
>
53
#include <
mrpt/hwdrivers/CNTRIPEmitter.h
>
54
#include <
mrpt/hwdrivers/CRoboticHeadInterface.h
>
55
#include <
mrpt/hwdrivers/CRovio.h
>
56
#include <
mrpt/hwdrivers/CSwissRanger3DCamera.h
>
57
#include <
mrpt/hwdrivers/CGyroKVHDSP3000.h
>
58
59
#include <
mrpt/hwdrivers/CImageGrabber_dc1394.h
>
60
#include <
mrpt/hwdrivers/CImageGrabber_OpenCV.h
>
61
#include <
mrpt/hwdrivers/CImageGrabber_FlyCapture2.h
>
62
#include <
mrpt/hwdrivers/CStereoGrabber_Bumblebee_libdc1394.h
>
63
#include <
mrpt/hwdrivers/CStereoGrabber_SVS.h
>
64
#include <
mrpt/hwdrivers/CPhidgetInterfaceKitProximitySensors.h
>
65
#include <
mrpt/hwdrivers/CKinect.h
>
66
#include <
mrpt/hwdrivers/COpenNI2Generic.h
>
67
#include <
mrpt/hwdrivers/COpenNI2Sensor.h
>
68
#include <
mrpt/hwdrivers/COpenNI2_RGBD360.h
>
69
70
#include <
mrpt/hwdrivers/CCANBusReader.h
>
71
#include <
mrpt/hwdrivers/CNationalInstrumentsDAQ.h
>
72
#include <
mrpt/hwdrivers/CDUO3DCamera.h
>
73
#include <
mrpt/hwdrivers/CGPS_NTRIP.h
>
74
#include <
mrpt/hwdrivers/CIMUIntersense.h
>
75
#include <
mrpt/hwdrivers/CSkeletonTracker.h
>
76
#include <
mrpt/hwdrivers/CVelodyneScanner.h
>
77
78
#include <
mrpt/hwdrivers/CSICKTim561Eth_2050101.h
>
79
80
#endif
CSICKTim561Eth_2050101.h
CNTRIPEmitter.h
CSickLaserSerial.h
CWirelessPower.h
CStereoGrabber_SVS.h
CRaePID.h
CImageGrabber_FlyCapture2.h
CSkeletonTracker.h
CNationalInstrumentsDAQ.h
COpenNI2Generic.h
CBoardENoses.h
CDUO3DCamera.h
COpenNI2_RGBD360.h
COpenNI2Sensor.h
CCameraSensor.h
CRovio.h
CIMUXSens_MT4.h
CHokuyoURG.h
CIMUIntersense.h
CImageGrabber_OpenCV.h
CVelodyneScanner.h
CStereoGrabber_Bumblebee_libdc1394.h
CGyroKVHDSP3000.h
MRPT_WARNING
#define MRPT_WARNING(x)
Definition:
common.h:128
CNTRIPClient.h
CIMUXSens.h
CBoardSonars.h
CPtuDPerception.h
CImageGrabber_dc1394.h
CServoeNeck.h
CGPS_NTRIP.h
CGenericSensor.h
CPhidgetInterfaceKitProximitySensors.h
CJoystick.h
CFFMPEG_InputStream.h
CEnoseModular.h
CImpinjRFID.h
CRoboPeakLidar.h
CKinect.h
CSickLaserUSB.h
CGillAnemometer.h
CIbeoLuxETH.h
CRoboticHeadInterface.h
CTuMicos.h
CGPSInterface.h
CLMS100eth.h
CCANBusReader.h
CSwissRanger3DCamera.h
C2DRangeFinderAbstract.h
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