MRPT
2.0.1
mrpt
hwdrivers.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-2020, 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
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
#pragma once
17
18
#ifndef MRPT_NO_WARN_BIG_HDR
19
MRPT_WARNING
(
20
"Including <mrpt/hwdrivers.h> makes compilation much slower, consider "
21
"including only what you need (define MRPT_NO_WARN_BIG_HDR to disable this "
22
"warning)"
)
23
#endif
24
25
// All HWDRIVERS classes:
26
#include <
mrpt/hwdrivers/C2DRangeFinderAbstract.h
>
27
#include <
mrpt/hwdrivers/CBoardENoses.h
>
28
#include <
mrpt/hwdrivers/CBoardSonars.h
>
29
#include <
mrpt/hwdrivers/CCANBusReader.h
>
30
#include <
mrpt/hwdrivers/CCameraSensor.h
>
31
#include <
mrpt/hwdrivers/CDUO3DCamera.h
>
32
#include <
mrpt/hwdrivers/CEnoseModular.h
>
33
#include <
mrpt/hwdrivers/CFFMPEG_InputStream.h
>
34
#include <
mrpt/hwdrivers/CGPSInterface.h
>
35
#include <
mrpt/hwdrivers/CGPS_NTRIP.h
>
36
#include <
mrpt/hwdrivers/CGenericSensor.h
>
37
#include <
mrpt/hwdrivers/CGillAnemometer.h
>
38
#include <
mrpt/hwdrivers/CGyroKVHDSP3000.h
>
39
#include <
mrpt/hwdrivers/CHokuyoURG.h
>
40
#include <
mrpt/hwdrivers/CIMUIntersense.h
>
41
#include <
mrpt/hwdrivers/CIMUXSens.h
>
42
#include <
mrpt/hwdrivers/CIMUXSens_MT4.h
>
43
#include <
mrpt/hwdrivers/CIbeoLuxETH.h
>
44
#include <
mrpt/hwdrivers/CImageGrabber_FlyCapture2.h
>
45
#include <
mrpt/hwdrivers/CImageGrabber_OpenCV.h
>
46
#include <
mrpt/hwdrivers/CImageGrabber_dc1394.h
>
47
#include <
mrpt/hwdrivers/CImpinjRFID.h
>
48
#include <
mrpt/hwdrivers/CJoystick.h
>
49
#include <
mrpt/hwdrivers/CKinect.h
>
50
#include <
mrpt/hwdrivers/CLMS100eth.h
>
51
#include <
mrpt/hwdrivers/CMyntEyeCamera.h
>
52
#include <
mrpt/hwdrivers/CNTRIPClient.h
>
53
#include <
mrpt/hwdrivers/CNTRIPEmitter.h
>
54
#include <
mrpt/hwdrivers/CNationalInstrumentsDAQ.h
>
55
#include <
mrpt/hwdrivers/COpenNI2Generic.h
>
56
#include <
mrpt/hwdrivers/COpenNI2Sensor.h
>
57
#include <
mrpt/hwdrivers/COpenNI2_RGBD360.h
>
58
#include <
mrpt/hwdrivers/CPhidgetInterfaceKitProximitySensors.h
>
59
#include <
mrpt/hwdrivers/CPtuDPerception.h
>
60
#include <
mrpt/hwdrivers/CRaePID.h
>
61
#include <
mrpt/hwdrivers/CRoboPeakLidar.h
>
62
#include <
mrpt/hwdrivers/CRoboticHeadInterface.h
>
63
#include <
mrpt/hwdrivers/CRovio.h
>
64
#include <
mrpt/hwdrivers/CSICKTim561Eth_2050101.h
>
65
#include <
mrpt/hwdrivers/CServoeNeck.h
>
66
#include <
mrpt/hwdrivers/CSickLaserSerial.h
>
67
#include <
mrpt/hwdrivers/CSickLaserUSB.h
>
68
#include <
mrpt/hwdrivers/CSkeletonTracker.h
>
69
#include <
mrpt/hwdrivers/CStereoGrabber_Bumblebee_libdc1394.h
>
70
#include <
mrpt/hwdrivers/CStereoGrabber_SVS.h
>
71
#include <
mrpt/hwdrivers/CSwissRanger3DCamera.h
>
72
#include <
mrpt/hwdrivers/CTuMicos.h
>
73
#include <
mrpt/hwdrivers/CVelodyneScanner.h
>
74
#include <
mrpt/hwdrivers/CWirelessPower.h
>
COpenNI2_RGBD360.h
CIMUIntersense.h
CIbeoLuxETH.h
CSickLaserUSB.h
CKinect.h
CPhidgetInterfaceKitProximitySensors.h
CGillAnemometer.h
CWirelessPower.h
CCameraSensor.h
COpenNI2Generic.h
CHokuyoURG.h
CDUO3DCamera.h
CNationalInstrumentsDAQ.h
C2DRangeFinderAbstract.h
CEnoseModular.h
CGPS_NTRIP.h
CRaePID.h
CSickLaserSerial.h
CVelodyneScanner.h
CNTRIPEmitter.h
CRovio.h
MRPT_WARNING
#define MRPT_WARNING(x)
Definition:
common.h:112
CGyroKVHDSP3000.h
CSICKTim561Eth_2050101.h
CImageGrabber_dc1394.h
CJoystick.h
CRoboPeakLidar.h
CStereoGrabber_SVS.h
CLMS100eth.h
CBoardSonars.h
CNTRIPClient.h
COpenNI2Sensor.h
CServoeNeck.h
CSkeletonTracker.h
CCANBusReader.h
CRoboticHeadInterface.h
CIMUXSens_MT4.h
CIMUXSens.h
CFFMPEG_InputStream.h
CGPSInterface.h
CGenericSensor.h
CBoardENoses.h
CPtuDPerception.h
CImageGrabber_OpenCV.h
CSwissRanger3DCamera.h
CMyntEyeCamera.h
CStereoGrabber_Bumblebee_libdc1394.h
CTuMicos.h
CImpinjRFID.h
CImageGrabber_FlyCapture2.h
Page generated by
Doxygen 1.8.14
for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020