PhoenixSwarm  3.5.0
Library to ease communication between daemons
Loading...
Searching...
No Matches
StatSort_impl.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Thibaut Oprinsen
3 Mail : thibaut.oprinsen@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6#ifndef __STATSORTIMPL_H__
7#define __STATSORTIMPL_H__
8
9#include "StatSort.h"
10#include "StatDaemonManager.h"
11
13
17template<class _TBackend>
18PUncastableBool sortFillDaemonStat(StatDaemonManager<_TBackend> & manager, const DaemonStat & data){
19 manager.fillStatInfo(data);
20 return UNCASTABLE_TRUE;
21}
22
23#endif
PUncastableBool sortFillDaemonStat(StatDaemonManager< _TBackend > &manager, const DaemonStat &data)
Fill the DL1 parameter of the stereo daemon.
Statistics of a Daemon.
Daemon which manages statistics of a full swarm.
PUncastableBool fillStatInfo(const DaemonStat &stat)
Fill the StatInfo of the StatDaemonManager with the given DaemonStat.