|
OMNeT++ Simulation Library
5.6.1
|
#include <cstatisticbuilder.h>
Utility class for configuring result recording from @statistic properties.
Public Member Functions | |
| void | addResultRecorders (cComponent *component) |
| void | addResultRecorders (cComponent *component, simsignal_t signal, const char *statisticName, cProperty *statisticTemplateProperty) |
| void addResultRecorders | ( | cComponent * | component | ) |
Configures statistic recording for the component, using @statistic properties.
| void addResultRecorders | ( | cComponent * | component, |
| simsignal_t | signal, | ||
| const char * | statisticName, | ||
| cProperty * | statisticTemplateProperty | ||
| ) |
Configures statistic recording for the given signal and statistic name, using the given property for details..