|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
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);
40 #endif // YARP_DEV_IMPLEMENT_VIRTUAL_ANALOG_SENSOR_H
~ImplementVirtualAnalogSensor()
virtual bool updateVirtualAnalogSensorMeasure(yarp::sig::Vector &measure)=0
Set a vector of torque values for virtual sensor.
A generic interface to a virtual sensors.
ImplementVirtualAnalogSensor(IVirtualAnalogSensorRaw *virt)
virtual int getVirtualAnalogSensorChannels()=0
Get the number of channels of the virtual sensor.
A generic interface to a virtual sensors.
bool initialize(int k, const int *amap, const double *userToRaw)
The main, catch-all namespace for YARP.
virtual VAS_status getVirtualAnalogSensorStatus(int ch)=0
Check the status of a given channel.
virtual analog sensor interface