OpenClovis Logo

Classes | Typedefs
clFaultDefinitions.h File Reference

Header file of Definitions for the Fault record structure. More...

#include <clCommon.h>
#include <clCorMetaData.h>
#include <clAlarmDefinitions.h>

Go to the source code of this file.

Classes

struct  ClFaultEvent
 The ClFaultEventT data structure is used by components like Alarm Manager, Component Manager, and Chassis Manager to report faults. More...
struct  ClFaultRecord
 Fault Manager uses the ClFaultRecordT data structure to store information regarding the faults that it has processed. More...

Typedefs

typedef ClFaultEventTClFaultEventPtr
 Type defining pointer to fault event.
typedef struct ClFaultEvent ClFaultEventT
 The ClFaultEventT data structure is used by components like Alarm Manager, Component Manager, and Chassis Manager to report faults.
typedef ClFaultRecordTClFaultRecordPtr
 Type-defining pointer to the fault record.
typedef struct ClFaultRecord ClFaultRecordT
 Fault Manager uses the ClFaultRecordT data structure to store information regarding the faults that it has processed.
typedef ClRcT(* ClFaultSeqTblT )(ClFaultRecordPtr hRec)
 Type defining fault sequence table as a function pointer, which accepts pointer to fault record as an argument.

Detailed Description

Header file of Definitions for the Fault record structure.


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