GNU Radio Manual and C++ API Reference  3.7.9.2
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
thrift_application_base_impl Class Reference

Class to be statically initialized by thrift_application_base. Used to store state for thrift_application_base's singleton functions. More...

#include <gnuradio/thrift_application_base.h>

Public Member Functions

 thrift_application_base_impl ()
 

Public Attributes

bool d_application_initilized
 
std::string d_endpointStr
 
boost::shared_ptr
< gr::thread::thread
d_start_thrift_thread
 

Detailed Description

Class to be statically initialized by thrift_application_base. Used to store state for thrift_application_base's singleton functions.

Constructor & Destructor Documentation

thrift_application_base_impl::thrift_application_base_impl ( )
inline

Member Data Documentation

bool thrift_application_base_impl::d_application_initilized
std::string thrift_application_base_impl::d_endpointStr
boost::shared_ptr<gr::thread::thread> thrift_application_base_impl::d_start_thrift_thread

The documentation for this class was generated from the following file: