GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
rpcserver_booter_thrift.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2015 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 RPCSERVER_BOOTER_THRIFT_H
12
#define RPCSERVER_BOOTER_THRIFT_H
13
14
#include "thrift/ControlPort.h"
15
#include <
gnuradio/rpcserver_booter_base.h
>
16
#include <
gnuradio/thrift_server_template.h
>
17
18
class
rpcserver_base
;
19
class
rpcserver_thrift
;
20
21
class
rpcserver_booter_thrift
22
:
public
virtual
rpcserver_booter_base
,
23
public
virtual
thrift_server_template
<rpcserver_base,
24
rpcserver_thrift,
25
rpcserver_booter_thrift>
26
{
27
public
:
28
rpcserver_booter_thrift
();
29
~rpcserver_booter_thrift
();
30
31
rpcserver_base
*
i
();
32
const
std::string&
type
() {
return
d_type; }
33
const
std::vector<std::string>
endpoints
();
34
35
private
:
36
std::string d_type;
37
};
38
39
#endif
/* RPCSERVER_BOOTER_THRIFT_H */
thrift_server_template
Definition:
thrift_server_template.h:35
rpcserver_booter_thrift::endpoints
const std::vector< std::string > endpoints()
rpcserver_booter_thrift::i
rpcserver_base * i()
rpcserver_booter_thrift::~rpcserver_booter_thrift
~rpcserver_booter_thrift()
rpcserver_booter_thrift
Definition:
rpcserver_booter_thrift.h:21
rpcserver_thrift
Definition:
rpcserver_thrift.h:30
rpcserver_booter_base.h
rpcserver_booter_thrift::rpcserver_booter_thrift
rpcserver_booter_thrift()
rpcserver_booter_thrift::type
const std::string & type()
Definition:
rpcserver_booter_thrift.h:32
rpcserver_base
Definition:
rpcserver_base.h:16
rpcserver_booter_base
Definition:
rpcserver_booter_base.h:19
thrift_server_template.h
gnuradio-runtime
include
gnuradio
rpcserver_booter_thrift.h
Generated by
1.8.17