IRemoteVariablesRaw interface.
More...
#include <yarp/dev/IRemoteVariables.h>
IRemoteVariablesRaw interface.
Definition at line 30 of file IRemoteVariables.h.
◆ ~IRemoteVariablesRaw()
virtual yarp::dev::IRemoteVariablesRaw::~IRemoteVariablesRaw |
( |
| ) |
|
|
inlinevirtual |
◆ getRemoteVariableRaw()
virtual bool yarp::dev::IRemoteVariablesRaw::getRemoteVariableRaw |
( |
std::string |
key, |
|
|
yarp::os::Bottle & |
val |
|
) |
| |
|
pure virtual |
◆ getRemoteVariablesListRaw()
virtual bool yarp::dev::IRemoteVariablesRaw::getRemoteVariablesListRaw |
( |
yarp::os::Bottle * |
listOfKeys | ) |
|
|
pure virtual |
◆ setRemoteVariableRaw()
virtual bool yarp::dev::IRemoteVariablesRaw::setRemoteVariableRaw |
( |
std::string |
key, |
|
|
const yarp::os::Bottle & |
val |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: