Definition at line 49 of file OksConfiguration.cpp.
◆ OksConfigurationCheckDB()
dunedaq::oksconflibs::OksConfigurationCheckDB::OksConfigurationCheckDB |
( |
OksConfiguration * | db | ) |
|
|
inline |
◆ ~OksConfigurationCheckDB()
dunedaq::oksconflibs::OksConfigurationCheckDB::~OksConfigurationCheckDB |
( |
| ) |
|
|
inline |
Definition at line 56 of file OksConfiguration.cpp.
56 {
57 TLOG_DEBUG( 3 ) <<
"Call destructor of OksConfigurationCheckDB object" ;
59 }
#define TLOG_DEBUG(lvl,...)
◆ operator()()
void dunedaq::oksconflibs::OksConfigurationCheckDB::operator() |
( |
| ) |
|
|
inline |
Definition at line 62 of file OksConfiguration.cpp.
63 {
65
67 {
69 try
70 {
72 }
74 {
77
78 if (getenv("OKSCONFLIBS_NO_RELOAD_ABORT") != nullptr)
79 {
81 return;
82 }
83 else
84 {
86 abort();
87 }
88 }
89 }
90
91 TLOG_DEBUG( 4 ) <<
"Destroy OksConfigurationCheckDB object = " << (
void *)
this ;
92
93 delete this;
94
96 }
Generic configuration exception.
std::thread * m_check_db_thread
OksConfigurationCheckDB * m_check_db_obj
void fatal(const Issue &issue)
◆ m_db
◆ m_run
bool dunedaq::oksconflibs::OksConfigurationCheckDB::m_run |
The documentation for this struct was generated from the following file: