GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
rpcserver_selector.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 RPCSERVER_SELECTOR
12 #define RPCSERVER_SELECTOR
13 
14 #include <gnuradio/config.h>
15 
16 //#define GR_RPCSERVER_ENABLED
17 //#define GR_RPCSERVER_ICE
18 //#define GR_RPCSERVER_THRIFT
19 //#define GR_RPCSERVER_ERLANG
20 //#define GR_RPCSERVER_XMLRPC
21 
22 #endif