#include <yarp/dev/ImplementRemoteVariables.h>
Definition at line 20 of file ImplementRemoteVariables.h.
◆ ImplementRemoteVariables()
◆ ~ImplementRemoteVariables()
ImplementRemoteVariables::~ImplementRemoteVariables |
( |
| ) |
|
|
virtual |
◆ getRemoteVariable()
bool ImplementRemoteVariables::getRemoteVariable |
( |
std::string |
key, |
|
|
yarp::os::Bottle & |
val |
|
) |
| |
|
overridevirtual |
◆ getRemoteVariablesList()
bool ImplementRemoteVariables::getRemoteVariablesList |
( |
yarp::os::Bottle * |
listOfKeys | ) |
|
|
overridevirtual |
◆ initialize()
bool ImplementRemoteVariables::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 30 of file ImplementRemoteVariables.cpp.
◆ setRemoteVariable()
bool ImplementRemoteVariables::setRemoteVariable |
( |
std::string |
key, |
|
|
const yarp::os::Bottle & |
val |
|
) |
| |
|
overridevirtual |
◆ uninitialize()
bool ImplementRemoteVariables::uninitialize |
( |
| ) |
|
|
protected |
Clean up internal data and memory.
- Returns
- true if uninitialization is executed, false otherwise.
Definition at line 48 of file ImplementRemoteVariables.cpp.
◆ helper
void* yarp::dev::ImplementRemoteVariables::helper |
|
protected |
◆ ivar
◆ temp1
double* yarp::dev::ImplementRemoteVariables::temp1 |
|
protected |
◆ temp2
double* yarp::dev::ImplementRemoteVariables::temp2 |
|
protected |
The documentation for this class was generated from the following files: