PhoenixSwarm  5.1.1
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 "Monitoring.h"
11
13
17template<class _TBackend>
18PUncastableBool sortFillDaemonStat(Monitoring<_TBackend> & manager, const Stat & data){
19 manager.fillStatInfo(data);
20 return UNCASTABLE_TRUE;
21}
22
23#endif
PUncastableBool sortFillDaemonStat(Monitoring< _TBackend > &manager, const Stat &data)
Fill the DL1 parameter of the stereo daemon.