#include <string>
#include "detime.h"
#include "parmanager.h"
Include dependency graph for probemanager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
This class maintains a probe list and manages output files naming.
"Probe" parameters:
Param Type | Param Name | Default value | span or allowed values | meaning |
StringParameter | BaseFileName | ./ | pathname | Where each probe will store its output file. Can be a directory or a prefix. If it's a directory path, the directory must be already there when the simulation will start. It can be system-dependent, i.e., it can be different on Windows, Linux, MacOSX or others (MacOSX and Linux behave the same, indeed) |
DETimeParameter | StartCollectAt | 0 | (0,SimulationTime] | The probes will start collecting data at this time. |