GlobalProbeManager Class Reference
[Probes]

Manager for the Global probes (see Probes) creation and distribution. More...

#include <gprobemanager.h>

List of all members.

Public Member Functions

ProbeMeangetGlobalProbeMean (string Name) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeMean
ProbeJittergetGlobalProbeJitter (string Name) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeJitter
ProbeSlicegetGlobalProbeMeanSlice (string Name) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeSlice
ProbeMinMaxgetGlobalProbeMinMax (string Name) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeMinMax
ProbeHistogramgetGlobalProbeHistogram (string Name, double _BinWidth=1, double _BinStart=0.0) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeHistogram
ProbeBandgetGlobalProbeBand (string Name) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeBand
ProbeBandSlicegetGlobalProbeBandSlice (string Name) throw (GlobalProbeManagerException)
 return a pointer to a global probe of type ProbeBandSlice


Detailed Description

Manager for the Global probes (see Probes) creation and distribution.

Any global probe must be created and managed via the GlobalProbeManager interface. GlobalProbeManager will instantiate a global probe or will return a pointer to an already created probe upon necessity, relying on the name of the probe.

The parameters to pass to each getGlobalProbe<type> are the same of the respective probe type constructor. Please refer to each specific probe for further details.

IMPORTANT NOTE: global probes must NOT be destroyed.


The documentation for this class was generated from the following file:
Generated on Wed Dec 22 23:23:49 2004 for NePSing by doxygen 1.3.9.1 ---- Hosted by SourceForge.net Logo