#include <yarp/dev/MultipleAnalogSensorsInterfaces.h>
Inheritance diagram for yarp::dev::ILinearVelocitySensors:Public Member Functions | |
| virtual size_t | getNrOfLinearVelocitySensors () const =0 |
| Get the number of linear velocity sensors exposed by this device. | |
| virtual yarp::dev::MAS_status | getLinearVelocitySensorStatus (size_t sens_index) const =0 |
| Get the status of the specified sensor. | |
| virtual bool | getLinearVelocitySensorName (size_t sens_index, std::string &name) const =0 |
| Get the name of the specified sensor. | |
| virtual bool | getLinearVelocitySensorFrameName (size_t sens_index, std::string &frameName) const =0 |
| Get the name of the frame of the specified sensor. | |
| virtual bool | getLinearVelocitySensorMeasure (size_t sens_index, yarp::sig::Vector &xyz, double ×tamp) const =0 |
| Get the last reading of the linear velocity sensor as x y z. | |
| virtual | ~ILinearVelocitySensors () |
Definition at line 292 of file MultipleAnalogSensorsInterfaces.h.
|
inlinevirtual |
Definition at line 331 of file MultipleAnalogSensorsInterfaces.h.
|
pure virtual |
Get the name of the frame of the specified sensor.
Implemented in realsense2Tracking, MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.
|
pure virtual |
Get the last reading of the linear velocity sensor as x y z.
| [in] | sens_index | The index of the specified sensor (should be between 0 and getNrOfLinearVelocitySensors()-1). |
| [out] | out | The requested measure. The vector should be 3-dimensional. The measure is expressed in meters/second. |
| [out] | timestamp | The timestamp of the requested measure, expressed in seconds. |
Implemented in realsense2Tracking, MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.
|
pure virtual |
Get the name of the specified sensor.
Implemented in realsense2Tracking, MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.
|
pure virtual |
Get the status of the specified sensor.
Implemented in realsense2Tracking, MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.
|
pure virtual |
Get the number of linear velocity sensors exposed by this device.
Implemented in realsense2Tracking, MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.