Header file of Definitions for the Fault record structure. More...
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 ClFaultEventT * | ClFaultEventPtr |
| 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 ClFaultRecordT * | ClFaultRecordPtr |
| 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. | |
Header file of Definitions for the Fault record structure.