The syntax for the constructor is:
CAmvConn(
void* who
void (*dispFunc)(struct testContext *context,
struct AlarmInfo* pAI),
void (*ClearDisp)(struct testContext *context),
void (*LostAM)(struct testContext *context),
int (*MaxAlarms)(struct testContext *context),
void (*SetDisplayRedraw)(struct testContext *context, int val),
void (*UpdateCount)(struct testContext *context,
RCM_ALARM_DATA *alarmData),
void (*DoRcmError)(struct testContext *context, int state),
void (*DoConnectionFormed)(struct testContext *context),
void (*NotifyAlmGen)(struct testContext *context,
struct AlarmInfo* pAI) = 0,
void (*NotifyAlmMod)(struct testContext *context,
struct AlarmInfo* pAI,
int alm_mod_action) = 0,
void (*NotifyAlmDel)(struct testContext *context,
struct AlarmInfo* pAI) = 0);
Constructor members summary. |
|
testContext Structure. |
|
SAmapCallbacks Structure. |
|
AlarmInfo Structure. |
|
Build an Alarm Manager Connection. |