![]() |
|
PhoenixSwarm
5.1.1
Library to ease communication between daemons
|
Generic StatAccumulator Check function. More...
#include <Representation.h>
Static Public Member Functions | |
| static bool | check_stream (const std::string &fieldDescription, const Swarm::StatAccumulator &data, const Swarm::StatAccumulator &reference, std::ostream &out) |
| Check Stream for a StatAccumulator. | |
Generic StatAccumulator Check function.
Definition at line 530 of file Representation.h.
|
static |
Check Stream for a StatAccumulator.
| fieldDescription | : description of the field to be checked |
| data | : data to be checked |
| reference | : reference of the check |
| out | : ostream used to collect feed back in case of error (std::cerr or a logger) |
Definition at line 965 of file Representation.cpp.
References check_stream(), Swarm::StatAccumulator::getHistLowerBound(), Swarm::StatAccumulator::getHistUpperBound(), Swarm::StatAccumulator::getMax(), Swarm::StatAccumulator::getMin(), Swarm::StatAccumulator::getNbEvent(), Swarm::StatAccumulator::getNbEventAboveUpperBound(), Swarm::StatAccumulator::getNbEventBelowLowerBound(), Swarm::StatAccumulator::getSum(), and Swarm::StatAccumulator::getVecHistogram().
Referenced by check_stream().
Here is the call graph for this function:
Here is the caller graph for this function: