TOMASuplReportingMode Class Reference

class TOMASuplReportingMode

Class to hold reporting mode

Member Functions Documentation

GetBatchRepCond(TOMASuplBatchRepConditions &)

IMPORT_C voidGetBatchRepCond(TOMASuplBatchRepConditions &aBatchRepCond)

getter method for batch report conditions

Parameters

TOMASuplBatchRepConditions & aBatchRepCond

GetBatchRepType(TOMASuplBatchRepType &)

IMPORT_C voidGetBatchRepType(TOMASuplBatchRepType &aBatchRepType)

getter method for batch report type

Parameters

TOMASuplBatchRepType & aBatchRepType

GetRepMode(TOMASuplRepMode &)

IMPORT_C voidGetRepMode(TOMASuplRepMode &aRepMode)

getter method for report mode

Parameters

TOMASuplRepMode & aRepMode

SetBatchRepCond(TOMASuplBatchRepConditions)

IMPORT_C voidSetBatchRepCond(TOMASuplBatchRepConditionsaBatchRepCond)

setter method for batch report conditions

Parameters

TOMASuplBatchRepConditions aBatchRepCond

SetBatchRepType(TOMASuplBatchRepType)

IMPORT_C voidSetBatchRepType(TOMASuplBatchRepTypeaBatchRepType)

setter method for batch report type

Parameters

TOMASuplBatchRepType aBatchRepType

SetRepMode(TOMASuplRepMode)

IMPORT_C voidSetRepMode(TOMASuplRepModeaRepMode)

Setter method for report mode

Parameters

TOMASuplRepMode aRepMode

Member Enumerations Documentation

Enum TOMASuplRepMode

Enum to indicate report mode

Enumerators

ETOMASuplRepModeUnknown = -1
ETOMASuplRepModeRealtime = 1
ETOMASuplRepModeQuasirealtime = 2
ETOMASuplRepModeBatch = 3

Member Data Documentation

TOMASuplBatchRepType iBatchRepType

TOMASuplBatchRepType iBatchRepType[private]

TOMASuplBatchRepConditions iRepConditions

TOMASuplBatchRepConditions iRepConditions[private]

TOMASuplRepMode iRepMode

TOMASuplRepMode iRepMode[private]