PhoenixSwarm  5.1.1
Library to ease communication between daemons
Loading...
Searching...
No Matches
StatSort_impl.h File Reference
#include "StatSort.h"
#include "Monitoring.h"
+ Include dependency graph for StatSort_impl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class _TBackend>
PUncastableBool sortFillDaemonStat (Monitoring< _TBackend > &manager, const Stat &data)
 Fill the DL1 parameter of the stereo daemon.
 

Function Documentation

◆ sortFillDaemonStat()

template<class _TBackend>
PUncastableBool sortFillDaemonStat ( Monitoring< _TBackend > & manager,
const Stat & data )

Fill the DL1 parameter of the stereo daemon.

Parameters
manager: stat manager to fill
data: Stat data to be filled
Returns
true on success, false otherwise

Definition at line 18 of file StatSort_impl.h.

18 {
19 manager.fillStatInfo(data);
20 return UNCASTABLE_TRUE;
21}