#include <configuration.h>
Link against:
systemmonitor.lib
This item is not part of the S60 5th Edition SDK
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
CBase
-
Base class for all classes to be instantiated on the heap.
CConfiguration
- CConfiguration: Allows data gatherers to be turned on or off. Also allow masks t...
Members
Defined in CConfiguration
:
AddMasks(TInt,TInt,CSystemMonitorError &)
ClearMasks()
Construct(TBool)
EventTagConfigured(TInt)
GetGathererOption(TGathererTypeID,CSystemMonitorError &)
GetMasks(TInt &)
GetRecordTypeOption(TRecordTypeID,CSystemMonitorError &)
SetGathererOption(TGathererTypeID,TBool,CSystemMonitorError &)
SetMasks(TInt,TInt,CSystemMonitorError &)
SetRecordTypeOption(TRecordTypeID,TBool,CSystemMonitorError &)
Inherited from CBase
:
Member functions
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C void Construct(TBool aCreatedChunk);
Description
Parameters
GetGathererOption(TGathererTypeID,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C TBool GetGathererOption(TGathererTypeID aOption, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
Return value
SetGathererOption(TGathererTypeID,TBool,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C void SetGathererOption(TGathererTypeID aOption, TBool aSetting, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
SetRecordTypeOption(TRecordTypeID,TBool,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C void SetRecordTypeOption(TRecordTypeID aRecord, TBool aSetting, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
GetRecordTypeOption(TRecordTypeID,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C TBool GetRecordTypeOption(TRecordTypeID aRecord, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
Return value
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C TInt* GetMasks(TInt &aSize);
Description
Parameters
Return value
SetMasks(TInt,TInt,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C void SetMasks(TInt aMasks[], TInt aSize, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
AddMasks(TInt,TInt,CSystemMonitorError &)
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C void AddMasks(TInt aMasks[], TInt aSize, CSystemMonitorError &aSystemMonitorError);
Description
Parameters
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C void ClearMasks();
Description
Interface status: |
test |
Inherited from: CConfiguration |
IMPORT_C TBool EventTagConfigured(TInt aEventTag);
Description
Parameters
Return value