#include <yarp/dev/ImplementAxisInfo.h>
|
bool | initialize (int size, const int *amap) |
| Initialize the internal data and alloc memory.
|
|
bool | uninitialize () |
| Clean up internal data and memory.
|
|
Definition at line 15 of file ImplementAxisInfo.h.
◆ ImplementAxisInfo()
◆ ~ImplementAxisInfo()
ImplementAxisInfo::~ImplementAxisInfo |
( |
| ) |
|
|
virtual |
◆ getAxes()
bool ImplementAxisInfo::getAxes |
( |
int * |
ax | ) |
|
|
overridevirtual |
Get the number of controlled axes.
This command asks the number of controlled axes for the current physical interface.
- Parameters
-
ax | storage to return param |
- Returns
- true/false.
Implements yarp::dev::IAxisInfo.
Definition at line 54 of file ImplementAxisInfo.cpp.
◆ getAxisName()
bool ImplementAxisInfo::getAxisName |
( |
int |
axis, |
|
|
std::string & |
name |
|
) |
| |
|
overridevirtual |
◆ getJointType()
◆ initialize()
bool ImplementAxisInfo::initialize |
( |
int |
size, |
|
|
const int * |
amap |
|
) |
| |
|
protected |
Initialize the internal data and alloc memory.
- Parameters
-
size | is the number of controlled axes the driver deals with. |
amap | is a lookup table mapping axes onto physical drivers. |
- Returns
- true if initialized succeeded, false if it wasn't executed, or assert.
Definition at line 25 of file ImplementAxisInfo.cpp.
◆ uninitialize()
bool ImplementAxisInfo::uninitialize |
( |
| ) |
|
|
protected |
Clean up internal data and memory.
- Returns
- true if uninitialization is executed, false otherwise.
Definition at line 41 of file ImplementAxisInfo.cpp.
◆ helper
void* yarp::dev::ImplementAxisInfo::helper |
|
protected |
◆ iinfo
◆ temp1
double* yarp::dev::ImplementAxisInfo::temp1 |
|
protected |
◆ temp2
double* yarp::dev::ImplementAxisInfo::temp2 |
|
protected |
The documentation for this class was generated from the following files: