CSystemMonitor Class Reference

#include <systemmonitor/systemmonitor.h>

Link against: systemmonitor.lib

class CSystemMonitor : public CBase

Inherits from

Detailed Description

TestCSystemMonitor: Main interface to the tool, allows the user to collect information on a one off basis, and to register for periodic updates.

Constructor & Destructor Documentation

~CSystemMonitor ( )

~CSystemMonitor()

Member Function Documentation

Configuration ( )

IMPORT_C CConfiguration *Configuration()

GetLatest ( RPointerArray< TSystemMonitorRecordBase > &, CSystemMonitorError & )

IMPORT_C voidGetLatest(RPointerArray< TSystemMonitorRecordBase > &aRecordArray,
CSystemMonitorError &aSystemMonitorError
)

NewL ( TInt )

IMPORT_C CSystemMonitor *NewL(TIntaChunkSize = 0)[static]

NewLC ( TInt )

IMPORT_C CSystemMonitor *NewLC(TIntaChunkSize = 0)[static]

Register ( MSystemMonitorNotification * )

IMPORT_C voidRegister(MSystemMonitorNotification *aCallBack)

StartL ( TInt, CSystemMonitorError & )

IMPORT_C voidStartL(TIntaInterval,
CSystemMonitorError &aSystemMonitorError
)

Stop ( )

IMPORT_C voidStop()

Unregister ( )

IMPORT_C voidUnregister()