#include <yarp/dev/MultipleAnalogSensorsInterfaces.h>
#include <yarp/dev/IMultipleWrapper.h>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | MultipleAnalogSensorsRemapper |
multipleanalogsensorsremapper : device that takes a list of sensors from multiple analog sensors device and exposes them as a single device exposing MultipleAnalogSensors interface. More... | |
Enumerations | |
enum | MAS_SensorType { ThreeAxisGyroscopes =0 , ThreeAxisLinearAccelerometers =1 , ThreeAxisMagnetometers =2 , OrientationSensors =3 , TemperatureSensors =4 , SixAxisForceTorqueSensors =5 , ContactLoadCellArrays =6 , EncoderArrays =7 , SkinPatches =8 , PositionSensors =9 } |
Internal identifier of the type of sensors. More... | |
enum MAS_SensorType |
Internal identifier of the type of sensors.
Definition at line 20 of file MultipleAnalogSensorsRemapper.h.