|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <kernel.hpp>
Public Member Functions | |
| void | add_error (const OksFile &file, std::exception &ex) |
| bool | is_empty () |
| void | clear () |
| std::string | get_text () |
Private Member Functions | |
| void | add_parents (std::string &text, const OksFile *file, std::set< const OksFile * > &parents) |
Private Attributes | |
| std::list< std::string > | m_errors |
| std::string | m_error_string |
| std::mutex | p_mutex |
Definition at line 365 of file kernel.hpp.
| void dunedaq::oks::LoadErrors::add_error | ( | const OksFile & | file, |
| std::exception & | ex ) |
Definition at line 3072 of file kernel.cpp.
|
private |
Definition at line 3057 of file kernel.cpp.
|
inline |
Definition at line 371 of file kernel.hpp.
| std::string dunedaq::oks::LoadErrors::get_text | ( | ) |
Definition at line 3089 of file kernel.cpp.
|
inline |
Definition at line 370 of file kernel.hpp.
|
private |
Definition at line 377 of file kernel.hpp.
|
private |
Definition at line 376 of file kernel.hpp.
|
private |
Definition at line 378 of file kernel.hpp.