PhoenixSwarm  3.5.0
Library to ease communication between daemons
Loading...
Searching...
No Matches
StatSort.h File Reference
#include "StatDaemonManager.h"
#include "StatSort_impl.h"
+ Include dependency graph for StatSort.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 (StatDaemonManager< _TBackend > &manager, const DaemonStat &data)
 Fill the DL1 parameter of the stereo daemon.
 

Function Documentation

◆ sortFillDaemonStat()

template<class _TBackend>
PUncastableBool sortFillDaemonStat ( StatDaemonManager< _TBackend > & manager,
const DaemonStat & data )

Fill the DL1 parameter of the stereo daemon.

Parameters
manager: stat manager to fill
data: DaemonStat 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}
PUncastableBool fillStatInfo(const DaemonStat &stat)
Fill the StatInfo of the StatDaemonManager with the given DaemonStat.

References StatDaemonManager< _TBackend >::fillStatInfo().

Referenced by StatDaemonManager< _TBackend >::addCallMethod().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: