GNU Radio 3.7.1 C++ API
|
#include <rpcserver_ice.h>
Classes | |
struct | get_all_f |
struct | get_f |
struct | properties_all_f |
struct | properties_f |
struct | set_f |
Public Member Functions | |
rpcserver_ice () | |
virtual | ~rpcserver_ice () |
void | registerConfigureCallback (const std::string &id, const configureCallback_t callback) |
void | unregisterConfigureCallback (const std::string &id) |
void | registerQueryCallback (const std::string &id, const queryCallback_t callback) |
void | unregisterQueryCallback (const std::string &id) |
virtual void | set (const GNURadio::KnobMap &, const Ice::Current &) |
GNURadio::KnobMap | get (const GNURadio::KnobIDList &, const Ice::Current &) |
GNURadio::KnobMap | getRe (const GNURadio::KnobIDList &, const Ice::Current &) |
GNURadio::KnobPropMap | properties (const GNURadio::KnobIDList &, const Ice::Current &) |
virtual void | shutdown (const Ice::Current &) |
virtual rpcserver_ice::~rpcserver_ice | ( | ) | [virtual] |
GNURadio::KnobMap rpcserver_ice::get | ( | const GNURadio::KnobIDList & | , |
const Ice::Current & | |||
) |
GNURadio::KnobMap rpcserver_ice::getRe | ( | const GNURadio::KnobIDList & | , |
const Ice::Current & | |||
) |
GNURadio::KnobPropMap rpcserver_ice::properties | ( | const GNURadio::KnobIDList & | , |
const Ice::Current & | |||
) |
void rpcserver_ice::registerConfigureCallback | ( | const std::string & | id, |
const configureCallback_t | callback | ||
) |
void rpcserver_ice::registerQueryCallback | ( | const std::string & | id, |
const queryCallback_t | callback | ||
) |
virtual void rpcserver_ice::set | ( | const GNURadio::KnobMap & | , |
const Ice::Current & | |||
) | [virtual] |
virtual void rpcserver_ice::shutdown | ( | const Ice::Current & | ) | [virtual] |
void rpcserver_ice::unregisterConfigureCallback | ( | const std::string & | id | ) | [virtual] |
Implements rpcserver_base.
void rpcserver_ice::unregisterQueryCallback | ( | const std::string & | id | ) | [virtual] |
Implements rpcserver_base.