LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ELdestination.h"
Public Member Functions | |
~XidLimiter () | |
XidLimiter () | |
Public Attributes | |
time_t | previousTimestamp_ |
int | msgCount_ {} |
int | skippedMsgCount_ |
int | limit_ |
int | reportEvery_ |
int | timespan_ |
Definition at line 69 of file ELdestination.h.
|
default |
Referenced by mf::service::ELdestination::CategoryParams::CategoryParams().
mf::service::ELdestination::XidLimiter::XidLimiter | ( | ) |
Definition at line 93 of file ELdestination.cc.
References limit_, msgCount_, reportEvery_, skippedMsgCount_, timespan_, and mf::service::ELdestination::MsgFormatSettings::Config::~Config().
int mf::service::ELdestination::XidLimiter::limit_ |
Definition at line 77 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
int mf::service::ELdestination::XidLimiter::msgCount_ {} |
Definition at line 74 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
time_t mf::service::ELdestination::XidLimiter::previousTimestamp_ |
Definition at line 73 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg().
int mf::service::ELdestination::XidLimiter::reportEvery_ |
Definition at line 78 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
int mf::service::ELdestination::XidLimiter::skippedMsgCount_ |
Definition at line 75 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
int mf::service::ELdestination::XidLimiter::timespan_ |
Definition at line 79 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().