|
GNU Radio 3.7.1 C++ API
|
#include <ice_application_base.h>
Public Member Functions | |
| ~ice_application_common () | |
Static Public Member Functions | |
| static boost::shared_ptr < ice_application_common > | Instance () |
Static Public Attributes | |
| static int | d_reacquire_attributes |
Protected Member Functions | |
| ice_application_common () | |
| int | run (int, char *[]) |
Static Protected Attributes | |
| static bool | d_main_called |
| static bool | d_have_ice_config |
| static std::string | d_endpointStr |
| static boost::shared_ptr < boost::thread > | d_thread |
Friends | |
| class | ice_application_base |
| ice_application_common::~ice_application_common | ( | ) | [inline] |
| ice_application_common::ice_application_common | ( | ) | [inline, protected] |
| static boost::shared_ptr<ice_application_common> ice_application_common::Instance | ( | ) | [static] |
| int ice_application_common::run | ( | int | , |
| char * | [] | ||
| ) | [protected] |
friend class ice_application_base [friend] |
std::string ice_application_common::d_endpointStr [static, protected] |
bool ice_application_common::d_have_ice_config [static, protected] |
bool ice_application_common::d_main_called [static, protected] |
int ice_application_common::d_reacquire_attributes [static] |
boost::shared_ptr<boost::thread> ice_application_common::d_thread [static, protected] |