OMNeT++ Simulation Library  6.0.3
cStatisticBuilder Class Reference

#include <cstatisticbuilder.h>

Description

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)
 

Member Function Documentation

◆ addResultRecorders() [1/2]

void addResultRecorders ( cComponent component)

Configures statistic recording for the component, using @statistic properties.

◆ addResultRecorders() [2/2]

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..


The documentation for this class was generated from the following file: