TOMASuplTriggerParams Class Reference

class TOMASuplTriggerParams

Class to hold the trigger parameters for Area event or periodic triggerring

Constructor & Destructor Documentation

TOMASuplTriggerParams()

IMPORT_CTOMASuplTriggerParams()

Constructor for TOMASuplTriggerParams

Member Functions Documentation

GetAreaEventParams(TOMASuplAreaEventParams &)

IMPORT_C TIntGetAreaEventParams(TOMASuplAreaEventParams &areaEventParams)const

Getter method for area event trigger params

Parameters

TOMASuplAreaEventParams & areaEventParams

GetEventType(TOMASuplTriggerParamsType &)

IMPORT_C voidGetEventType(TOMASuplTriggerParamsType &aType)const

Getter method to get the type of trigger parameter present.

Parameters

TOMASuplTriggerParamsType & aType

GetPeriodicParams(TOMASuplPeriodicParams &)

IMPORT_C TIntGetPeriodicParams(TOMASuplPeriodicParams &periodicEventParams)const

Getter method for periodic event trigger params

Parameters

TOMASuplPeriodicParams & periodicEventParams

SetAreaEventParams(const TOMASuplAreaEventParams)

IMPORT_C voidSetAreaEventParams(const TOMASuplAreaEventParamsareaEventParams)

Setter method for setting area event trigger params

Parameters

const TOMASuplAreaEventParams areaEventParams

SetPeriodicParams(const TOMASuplPeriodicParams)

IMPORT_C voidSetPeriodicParams(const TOMASuplPeriodicParamsperiodicEventParams)

Setter method for setting periodic trigger params

Parameters

const TOMASuplPeriodicParams periodicEventParams

Member Enumerations Documentation

Enum TOMASuplTriggerParamsType

Enum to indicate the type of trigger parameter present in this class

Enumerators

ETOMASuplTrigParamTypeUnknown = -1
ETOMASuplPeriodicParams
ETOMASuplAreaEventParams

Member Data Documentation

TOMASuplAreaEventParams iAreaEventParams

TOMASuplAreaEventParams iAreaEventParams[private]

TOMASuplTriggerParamsType iEventType

TOMASuplTriggerParamsType iEventType[private]

TOMASuplPeriodicParams iPeriodicEventParams

TOMASuplPeriodicParams iPeriodicEventParams[private]