![]() |
|
PhoenixSwarm
3.5.0
Library to ease communication between daemons
|
Generic DaemonConfig Check function. More...
#include <Representation.h>
Static Public Member Functions | |
| static bool | check_stream (const std::string &fieldDescription, const DaemonConfig &data, const DaemonConfig &reference, std::ostream &out) |
| Check Stream for a DaemonConfig. | |
Generic DaemonConfig Check function.
Definition at line 705 of file Representation.h.
|
static |
Check Stream for a DaemonConfig.
| 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 1338 of file Representation.cpp.
References check_stream(), CheckStream< DaemonStatAccumulator >::check_stream(), DaemonConfig::getDaemonStatAccumulator(), DaemonConfig::getDescription(), DaemonConfig::getHostName(), DaemonConfig::getMapTimeout(), DaemonConfig::getName(), DaemonConfig::getReceivingPort(), DaemonConfig::getStatDaemonName(), DaemonConfig::getStatHistLowerBound(), DaemonConfig::getStatHistUpperBound(), DaemonConfig::getStatNbBin(), and DaemonConfig::getStatTimerPeriodMs().
Referenced by check_stream().
Here is the call graph for this function:
Here is the caller graph for this function: