7#ifndef YARP_DEV_IMPLEMENT_VIRTUAL_ANALOG_SENSOR_H
8#define YARP_DEV_IMPLEMENT_VIRTUAL_ANALOG_SENSOR_H
15class ImplementVirtualAnalogSensor;
24 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.
int getVirtualAnalogSensorChannels() override
Get the number of channels of the virtual sensor.
bool updateVirtualAnalogSensorMeasure(yarp::sig::Vector &measure) override
Set a vector of torque values for virtual sensor.
VAS_status getVirtualAnalogSensorStatus(int ch) override
Check the status of a given channel.
~ImplementVirtualAnalogSensor()
bool initialize(int k, const int *amap, const double *userToRaw)
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.