|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_DEV_IGENERICSENSOR_H
11 #define YARP_DEV_IGENERICSENSOR_H
55 #endif // YARP_DEV_IGENERICSENSOR_H
A generic interface to sensors – gyro, a/d converters etc.
contains the definition of a Vector type
virtual bool read(yarp::sig::Vector &out)=0
Read a vector from the sensor.
virtual ~IGenericSensor()
virtual bool calibrate(int ch, double v)=0
Calibrate the sensor, single channel.
The main, catch-all namespace for YARP.
virtual bool getChannels(int *nc)=0
Get the number of channels of the sensor.