#include <envirext.h>
Public Methods | |
Constructor, destructor | |
cOutputScalarManager () | |
virtual | ~cOutputScalarManager () |
Controlling the beginning and end of collecting data. | |
virtual void | startRun ()=0 |
virtual void | endRun ()=0 |
Scalar statistics. | |
virtual void | recordScalar (cModule *module, const char *name, double value)=0 |
virtual void | recordScalar (cModule *module, const char *name, const char *text)=0 |
virtual void | recordScalar (cModule *module, const char *name, cStatistic *stats)=0 |
virtual const char* | fileName () const=0 |
The default output scalar manager is cFileOutputScalarManager, defined in the Envir library.
|
Constructor. |
|
Destructor. |
|
Closes collecting. Called at the end of a simulation run. |
|
Returns the output scalar file name. Returns NULL if this object is not working into a file output. |
|
Records a statistics object, in a default configuration into the scalar result file. |
|
Records a string result, in a default configuration into the scalar result file. |
|
Records a double scalar result, in a default configuration into the scalar result file. |
|
Opens collecting. Called at the beginning of a simulation run. |