OpenClovis Logo

Public Attributes | List of all members
ClAlarmUtilPayLoadList Struct Reference

The stucture is used to specify the alarm payload information. More...

#include <clAlarmUtils.h>

Public Attributes

ClUint32T numPayLoadEnteries
 The number of entries which need to be specified in the alarm payload.
ClAlarmUtilPayLoadPtrT pPayload
 Stores the information about the attributes corressponding to a particular resource.

Detailed Description

The stucture is used to specify the alarm payload information.

The number of resources for which the payload information should be given is specified as the value of numPayLoadEnteries. The different entries corresponding to different resources should be specified in the pPayload array after allocating it. For each resource there can be multiple attributes whose information should be specified in the array of pTlv element of the ClAlarmUtilTlvPtrT.

Member Data Documentation

ClAlarmUtilPayLoadPtrT ClAlarmUtilPayLoadList::pPayload

Stores the information about the attributes corressponding to a particular resource.

It has be allocated based on the value of numPayLoadEnteries. So each element of the pPayload array has to be filled with appropriate attribute details.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen