|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| IssueRecord () | |
| void | reset () |
Public Attributes | |
| std::time_t | m_lastOccurance |
| std::time_t | m_lastReport |
| std::string | m_lastOccuranceFormatted |
| int | m_initialCounter |
| int | m_threshold |
| int | m_suppressedCounter |
Definition at line 52 of file ThrottleStream.hpp.
| ers::ThrottleStream::IssueRecord::IssueRecord | ( | ) |
| void ers::ThrottleStream::IssueRecord::reset | ( | ) |
| int ers::ThrottleStream::IssueRecord::m_initialCounter |
Definition at line 60 of file ThrottleStream.hpp.
| std::time_t ers::ThrottleStream::IssueRecord::m_lastOccurance |
Definition at line 57 of file ThrottleStream.hpp.
| std::string ers::ThrottleStream::IssueRecord::m_lastOccuranceFormatted |
Definition at line 59 of file ThrottleStream.hpp.
| std::time_t ers::ThrottleStream::IssueRecord::m_lastReport |
Definition at line 58 of file ThrottleStream.hpp.
| int ers::ThrottleStream::IssueRecord::m_suppressedCounter |
Definition at line 62 of file ThrottleStream.hpp.
| int ers::ThrottleStream::IssueRecord::m_threshold |
Definition at line 61 of file ThrottleStream.hpp.