CConfiguration Class Reference

#include <systemmonitor/configuration.h>

Link against: systemmonitor.lib

class CConfiguration : public CBase

Inherits from

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()

~CConfiguration ( )

~CConfiguration()

Member Function Documentation

AddMasks ( TInt, TInt, CSystemMonitorError & )

IMPORT_C voidAddMasks(TIntaMasks,
TIntaSize,
CSystemMonitorError &aSystemMonitorError
)

ClearMasks ( )

IMPORT_C voidClearMasks()

Construct ( TBool )

IMPORT_C voidConstruct(TBoolaCreatedChunk)

EventTagConfigured ( TInt )

IMPORT_C TBoolEventTagConfigured(TIntaEventTag)

GetGathererOption ( TGathererTypeID, CSystemMonitorError & )

IMPORT_C TBoolGetGathererOption(TGathererTypeIDaOption,
CSystemMonitorError &aSystemMonitorError
)

GetMasks ( TInt & )

IMPORT_C TInt *GetMasks(TInt &aSize)

GetRecordTypeOption ( TRecordTypeID, CSystemMonitorError & )

IMPORT_C TBoolGetRecordTypeOption(TRecordTypeIDaRecord,
CSystemMonitorError &aSystemMonitorError
)

SetGathererOption ( TGathererTypeID, TBool, CSystemMonitorError & )

IMPORT_C voidSetGathererOption(TGathererTypeIDaOption,
TBoolaSetting,
CSystemMonitorError &aSystemMonitorError
)

SetMasks ( TInt, TInt, CSystemMonitorError & )

IMPORT_C voidSetMasks(TIntaMasks,
TIntaSize,
CSystemMonitorError &aSystemMonitorError
)

SetRecordTypeOption ( TRecordTypeID, TBool, CSystemMonitorError & )

IMPORT_C voidSetRecordTypeOption(TRecordTypeIDaRecord,
TBoolaSetting,
CSystemMonitorError &aSystemMonitorError
)