10 #ifndef YARP_DEV_IMPLEMENT_VIRTUAL_ANALOG_SENSOR_H
11 #define YARP_DEV_IMPLEMENT_VIRTUAL_ANALOG_SENSOR_H
19 class ImplementVirtualAnalogSensor;
29 bool initialize(
int k,
const int *amap,
const double* userToRaw);
virtual analog sensor interface
A generic interface to a virtual sensors.
A generic interface to a virtual sensors.
virtual VAS_status getVirtualAnalogSensorStatus(int ch)=0
Check the status of a given channel.
virtual bool updateVirtualAnalogSensorMeasure(yarp::sig::Vector &measure)=0
Set a vector of torque values for virtual sensor.
virtual int getVirtualAnalogSensorChannels()=0
Get the number of channels of the virtual sensor.
ImplementVirtualAnalogSensor(IVirtualAnalogSensorRaw *virt)
~ImplementVirtualAnalogSensor()
bool initialize(int k, const int *amap, const double *userToRaw)
The main, catch-all namespace for YARP.