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