Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

StatisticalData Namespace Reference

StatisticalData contains the APIs for implementing a data capture library. StatisticalData is the name space data a management library should use to manage statistical data passed to it.. See also /opt/resourcemon/doc/html/en/index.html. More...


Compounds

class  StatisticalData::IDataCapture
class  StatisticalData::IDataCaptureRegistration
struct  StatisticalData::rmRegistryInfo

Typedefs

typedef StatisticalData::IDataCapture* (* dataCaptureFactory )(RMuid a_monitorUid, rmStatisticKey a_statisticKey, rmStatisticSize a_size, uid_t a_uid)
 dataCaptureFactory defines the prototype for StatisticalData::IDataCapture class factories. More...


Detailed Description

StatisticalData contains the APIs for implementing a data capture library. StatisticalData is the name space data a management library should use to manage statistical data passed to it.. See also /opt/resourcemon/doc/html/en/index.html.

See also:
SubsystemMonitor for debug note.


Typedef Documentation

typedef StatisticalData::IDataCapture *(* StatisticalData::dataCaptureFactory)(RMuid a_monitorUid, rmStatisticKey a_statisticKey, rmStatisticSize a_size, uid_t a_uid)
 

dataCaptureFactory defines the prototype for StatisticalData::IDataCapture class factories.

Parameters:
a_monitorUid   the instance id of the monitor created by the resource monitor daemon.
a_statisticKey   the statistic id that will be monitored by the resource monitor daemon.
a_type   the type of statistic in the rmValue container.
a_uid   the owner id of the monitor creator.
Returns:
pointer to a new StatisticalData::IDataCapture class.


Generated at Sat Sep 7 21:21:09 2002 for Resource Monitoring Facility by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001