|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ValidationReport.hpp>
Public Types | |
| enum | Severity { Fatal , Error , Warning , Info , Ignored } |
Public Member Functions | |
| ValidationReport (Severity sev, std::string app, std::string module, std::string command, std::string message) | |
| std::string | severity_string () |
| Severity | get_severity () const |
| std::string | get_app () const |
| std::string | get_module () const |
| std::string | get_command () const |
| std::string | get_message () const |
Private Attributes | |
| Severity | m_severity |
| std::string | m_app |
| std::string | m_module |
| std::string | m_command |
| std::string | m_message |
Definition at line 19 of file ValidationReport.hpp.
|
inline |
Definition at line 31 of file ValidationReport.hpp.
|
inline |
Definition at line 58 of file ValidationReport.hpp.
|
inline |
Definition at line 60 of file ValidationReport.hpp.
|
inline |
Definition at line 61 of file ValidationReport.hpp.
|
inline |
Definition at line 59 of file ValidationReport.hpp.
|
inline |
Definition at line 57 of file ValidationReport.hpp.
|
inline |
Definition at line 40 of file ValidationReport.hpp.
|
private |
Definition at line 65 of file ValidationReport.hpp.
|
private |
Definition at line 67 of file ValidationReport.hpp.
|
private |
Definition at line 68 of file ValidationReport.hpp.
|
private |
Definition at line 66 of file ValidationReport.hpp.
|
private |
Definition at line 64 of file ValidationReport.hpp.