Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <configuration.h>
Link against: systemmonitor.lib
This item is not part of the S60 5th Edition SDK

Class CConfiguration

Interface status: test

class CConfiguration : public CBase;

Description

CConfiguration: Allows data gatherers to be turned on or off. Also allow masks to be set to block particular items of information.

Derivation

Members

Defined in CConfiguration:

Inherited from CBase:


Member functions


Construct(TBool)

Interface status: test Inherited from: CConfiguration

IMPORT_C void Construct(TBool aCreatedChunk);

Description

Parameters

TBool aCreatedChunk


GetGathererOption(TGathererTypeID,CSystemMonitorError &)

Interface status: test Inherited from: CConfiguration

IMPORT_C TBool GetGathererOption(TGathererTypeID aOption, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TGathererTypeID aOption

CSystemMonitorError &aSystemMonitorError

Return value

TBool


SetGathererOption(TGathererTypeID,TBool,CSystemMonitorError &)

Interface status: test Inherited from: CConfiguration

IMPORT_C void SetGathererOption(TGathererTypeID aOption, TBool aSetting, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TGathererTypeID aOption

TBool aSetting

CSystemMonitorError &aSystemMonitorError


SetRecordTypeOption(TRecordTypeID,TBool,CSystemMonitorError &)

Interface status: test Inherited from: CConfiguration

IMPORT_C void SetRecordTypeOption(TRecordTypeID aRecord, TBool aSetting, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TRecordTypeID aRecord

TBool aSetting

CSystemMonitorError &aSystemMonitorError


GetRecordTypeOption(TRecordTypeID,CSystemMonitorError &)

Interface status: test Inherited from: CConfiguration

IMPORT_C TBool GetRecordTypeOption(TRecordTypeID aRecord, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TRecordTypeID aRecord

CSystemMonitorError &aSystemMonitorError

Return value

TBool


GetMasks(TInt &)

Interface status: test Inherited from: CConfiguration

IMPORT_C TInt* GetMasks(TInt &aSize);

Description

Parameters

TInt &aSize

Return value

TInt *


SetMasks(TInt,TInt,CSystemMonitorError &)

Interface status: test Inherited from: CConfiguration

IMPORT_C void SetMasks(TInt aMasks[], TInt aSize, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TInt aMasks

TInt aSize

CSystemMonitorError &aSystemMonitorError


AddMasks(TInt,TInt,CSystemMonitorError &)

Interface status: test Inherited from: CConfiguration

IMPORT_C void AddMasks(TInt aMasks[], TInt aSize, CSystemMonitorError &aSystemMonitorError);

Description

Parameters

TInt aMasks

TInt aSize

CSystemMonitorError &aSystemMonitorError


ClearMasks()

Interface status: test Inherited from: CConfiguration

IMPORT_C void ClearMasks();

Description


EventTagConfigured(TInt)

Interface status: test Inherited from: CConfiguration

IMPORT_C TBool EventTagConfigured(TInt aEventTag);

Description

Parameters

TInt aEventTag

Return value

TBool