GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
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_initialized
 
std::string d_endpointStr
 
std::shared_ptr< gr::thread::threadd_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::thrift_application_base_impl ( )
inline

Member Data Documentation

◆ d_application_initialized

bool thrift_application_base_impl::d_application_initialized

◆ d_endpointStr

std::string thrift_application_base_impl::d_endpointStr

◆ d_start_thrift_thread

std::shared_ptr<gr::thread::thread> thrift_application_base_impl::d_start_thrift_thread

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