#include <gprobemanager.h>
Public Member Functions | |
ProbeMean * | getGlobalProbeMean (string Name) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeMean | |
ProbeJitter * | getGlobalProbeJitter (string Name) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeJitter | |
ProbeSlice * | getGlobalProbeMeanSlice (string Name) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeSlice | |
ProbeMinMax * | getGlobalProbeMinMax (string Name) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeMinMax | |
ProbeHistogram * | getGlobalProbeHistogram (string Name, double _BinWidth=1, double _BinStart=0.0) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeHistogram | |
ProbeBand * | getGlobalProbeBand (string Name) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeBand | |
ProbeBandSlice * | getGlobalProbeBandSlice (string Name) throw (GlobalProbeManagerException) |
return a pointer to a global probe of type ProbeBandSlice |
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.