 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef RPCSERVER_BOOTER_AGGREGATOR
24 #define RPCSERVER_BOOTER_AGGREGATOR
29 #include <boost/shared_ptr.hpp>
32 class rpcserver_server;
52 boost::shared_ptr<rpcserver_aggregator> server;
const std::string & type()
Definition: rpcmanager.h:33
Definition: rpcserver_aggregator.h:32
rpcserver_aggregator * agg()
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
const std::vector< std::string > endpoints()
const std::vector< std::string > & registeredServers()
~rpcserver_booter_aggregator()
Definition: rpcserver_booter_aggregator.h:35
Definition: rpcserver_base.h:29
Definition: rpcserver_booter_base.h:32
rpcserver_booter_aggregator()