#include <yarp/dev/MultipleAnalogSensorsInterfaces.h>
◆ ~ILinearVelocitySensors()
virtual yarp::dev::ILinearVelocitySensors::~ILinearVelocitySensors |
( |
| ) |
|
|
inlinevirtual |
◆ getLinearVelocitySensorFrameName()
virtual bool yarp::dev::ILinearVelocitySensors::getLinearVelocitySensorFrameName |
( |
size_t |
sens_index, |
|
|
std::string & |
frameName |
|
) |
| const |
|
pure virtual |
Get the name of the frame of the specified sensor.
- Note
- This is an implementation specific method, that may return the name of the sensor frame in a scenegraph
- Returns
- false if an error occurred, true otherwise.
Implemented in MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.
◆ getLinearVelocitySensorMeasure()
virtual bool yarp::dev::ILinearVelocitySensors::getLinearVelocitySensorMeasure |
( |
size_t |
sens_index, |
|
|
yarp::sig::Vector & |
xyz, |
|
|
double & |
timestamp |
|
) |
| const |
|
pure virtual |
Get the last reading of the linear velocity sensor as x y z.
- Parameters
-
[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. |
- Returns
- false if an error occurred, true otherwise.
Implemented in MultipleAnalogSensorsRemapper, and MultipleAnalogSensorsClient.
◆ getLinearVelocitySensorName()
virtual bool yarp::dev::ILinearVelocitySensors::getLinearVelocitySensorName |
( |
size_t |
sens_index, |
|
|
std::string & |
name |
|
) |
| const |
|
pure virtual |
◆ getLinearVelocitySensorStatus()
◆ getNrOfLinearVelocitySensors()
virtual size_t yarp::dev::ILinearVelocitySensors::getNrOfLinearVelocitySensors |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: