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
17
template
<
class
_TBackend>
18
PUncastableBool
sortFillDaemonStat
(
StatDaemonManager<_TBackend>
& manager,
const
DaemonStat
& data){
19
manager.
fillStatInfo
(data);
20
return
UNCASTABLE_TRUE;
21
}
22
23
#endif
StatDaemonManager.h
StatSort.h
sortFillDaemonStat
PUncastableBool sortFillDaemonStat(StatDaemonManager< _TBackend > &manager, const DaemonStat &data)
Fill the DL1 parameter of the stereo daemon.
Definition
StatSort_impl.h:18
DaemonStat
Statistics of a Daemon.
Definition
Representation.h:367
StatDaemonManager
Daemon which manages statistics of a full swarm.
Definition
StatDaemonManager.h:18
StatDaemonManager::fillStatInfo
PUncastableBool fillStatInfo(const DaemonStat &stat)
Fill the StatInfo of the StatDaemonManager with the given DaemonStat.
Definition
StatDaemonManager_impl.h:55
src
Statistics
StatSort_impl.h
Generated by
1.13.2