#include <yarp/dev/ImplementAxisInfo.h>
Definition at line 20 of file ImplementAxisInfo.h.
◆ ImplementAxisInfo()
◆ ~ImplementAxisInfo()
ImplementAxisInfo::~ImplementAxisInfo |
( |
| ) |
|
|
virtual |
◆ 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 28 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 43 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: