PREV TOC HOME INDEX NEXT


ALARM_PARM_LIST


typedef struct
{
     int                 n_parms;
     ALARM_PARM_FIELD    alarm_parm_fields[MAX_NUMBER_OF_ALARM_PARMS];
} ALARM_PARM_LIST; 

Description

The ALARM_PARM_LIST data structure represents the lists of alarm parameters that are passed between the application and GCAMS. It contains the number of alarm parameters in the list as well as all the alarm parameter fields.

Field Descriptions

The fields of ALARM_PARM_LIST are described as follows:

n_parms
the number of alarm parameters in the list
alarm_parm_fields
an array of data structures containing alarm parameters. See ALARM_PARM_FIELD for a description of that data structure.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated February, 2003