GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
rpcmanager_base.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2012 Free Software Foundation, Inc.
4  *
5  * This file is part of GNU Radio
6  *
7  * SPDX-License-Identifier: GPL-3.0-or-later
8  *
9  */
10 
11 #ifndef RPCMANAGER_BASE_H
12 #define RPCMANAGER_BASE_H
13 
14 #include <memory>
15 
17 // class rpcserver_booter_aggregator;
18 
20 {
21 public:
22  typedef std::shared_ptr<rpcserver_booter_base> rpcserver_booter_base_sptr;
23 
26 
27  // static rpcserver_booter_base* get();
28 
29  // static void register_booter(rpcserver_booter_base_sptr booter);
30 
31 private:
32 };
33 
34 #endif /* RPCMANAGER_BASE_H */
Definition: rpcmanager_base.h:20
rpcmanager_base()
Definition: rpcmanager_base.h:24
~rpcmanager_base()
Definition: rpcmanager_base.h:25
Definition: rpcserver_booter_base.h:20