#include <gnuradio/rpcserver_aggregator.h>
Classes |
| struct | registerConfigureCallback_f |
| struct | registerQueryCallback_f |
| struct | unregisterConfigureCallback_f |
| struct | unregisterQueryCallback_f |
Constructor & Destructor Documentation
| rpcserver_aggregator::rpcserver_aggregator |
( |
| ) |
|
| virtual rpcserver_aggregator::~rpcserver_aggregator |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void rpcserver_aggregator::registerConfigureCallback |
( |
const std::string & |
id, |
|
|
const configureCallback_t |
callback |
|
) |
| |
|
virtual |
| const std::vector<std::string>& rpcserver_aggregator::registeredServers |
( |
| ) |
|
| void rpcserver_aggregator::registerQueryCallback |
( |
const std::string & |
id, |
|
|
const queryCallback_t |
callback |
|
) |
| |
|
virtual |
| const std::string& rpcserver_aggregator::type |
( |
| ) |
|
| void rpcserver_aggregator::unregisterConfigureCallback |
( |
const std::string & |
id | ) |
|
|
virtual |
| void rpcserver_aggregator::unregisterQueryCallback |
( |
const std::string & |
id | ) |
|
|
virtual |
The documentation for this class was generated from the following file: