Menu

famouso::mw::afp::defrag::EventStats Struct Reference

Statistics about reconstructed events. More...

#include <Statistics.h>

Public Member Functions

 EventStats ()
 Constructor (init to zero).
void reset ()
 Reset statistics to zero.

Data Fields

unsigned int complete
 Number of events that have been reconstructed completely.
unsigned int incomplete
 Number of events that have been dropped because we had to less fragments for reconstruction before timeout.

Detailed Description

Statistics about reconstructed events.

Attention:
At the moment there is no overflow handling. Thus the statistics may be inconsistent if some values overflow while others do not yet.
See also:
FragmentStats, Statistics, NoStatistics

Constructor & Destructor Documentation

famouso::mw::afp::defrag::EventStats::EventStats (  )  [inline]

Constructor (init to zero).

References reset().


Member Function Documentation

void famouso::mw::afp::defrag::EventStats::reset (  )  [inline]

Reset statistics to zero.

Referenced by EventStats().


Field Documentation

Number of events that have been reconstructed completely.

Number of events that have been dropped because we had to less fragments for reconstruction before timeout.


The documentation for this struct was generated from the following file: