CConfiguration Class Reference
#include
<systemmonitor/configuration.h>
Link against: systemmonitor.lib
class CConfiguration : public CBase |
Public Member Functions |
---|
| CConfiguration() |
| ~CConfiguration() |
IMPORT_C void | AddMasks(TInt, TInt, CSystemMonitorError &) |
IMPORT_C void | ClearMasks() |
IMPORT_C void | Construct(TBool) |
IMPORT_C TBool | EventTagConfigured(TInt) |
IMPORT_C TBool | GetGathererOption(TGathererTypeID, CSystemMonitorError &) |
IMPORT_C TInt * | GetMasks(TInt &) |
IMPORT_C TBool | GetRecordTypeOption(TRecordTypeID, CSystemMonitorError &) |
IMPORT_C void | SetGathererOption(TGathererTypeID, TBool, CSystemMonitorError &) |
IMPORT_C void | SetMasks(TInt, TInt, CSystemMonitorError &) |
IMPORT_C void | SetRecordTypeOption(TRecordTypeID, TBool, CSystemMonitorError &) |
Detailed Description
TestCConfiguration: Allows data gatherers to be turned on or off. Also allow masks to be set to block particular items of information.
Constructor & Destructor Documentation
CConfiguration ( )
~CConfiguration ( )
Member Function Documentation
AddMasks ( TInt, TInt, CSystemMonitorError & )
ClearMasks ( )
IMPORT_C void | ClearMasks | ( | ) | |
Construct ( TBool )
IMPORT_C void | Construct | ( | TBool | aCreatedChunk | ) | |
EventTagConfigured ( TInt )
IMPORT_C TBool | EventTagConfigured | ( | TInt | aEventTag | ) | |
GetGathererOption ( TGathererTypeID, CSystemMonitorError & )
GetMasks ( TInt & )
GetRecordTypeOption ( TRecordTypeID, CSystemMonitorError & )
SetGathererOption ( TGathererTypeID, TBool, CSystemMonitorError & )
SetMasks ( TInt, TInt, CSystemMonitorError & )
SetRecordTypeOption ( TRecordTypeID, TBool, CSystemMonitorError & )