The ClFaultEventT data structure is used by components like Alarm Manager, Component Manager, and Chassis Manager to report faults. More...
#include <clFaultDefinitions.h>
Public Attributes | |
| ClUint32T | addInfoLen |
| The size of the additional information being passed in fault event. | |
| ClInt8T | additionalInfo [1] |
| The additional information being passed in the fault event. | |
| ClAlarmStateT | alarmState |
| Flag to indicate if the alarm was for assert or for clear. | |
| ClAlarmCategoryTypeT | category |
| The category of the fault event. | |
| ClAlarmProbableCauseT | cause |
| The probable cause of the fault event. | |
| ClNameT | compName |
| Name of the component on which the fault occurred. | |
| ClCorMOIdT | moId |
| The moID of the resource against which the fault is being raised. | |
| ClUint32T | recoveryActionTaken |
| This informs that the recovery action is taken by AMS. | |
| ClAlarmSeverityTypeT | severity |
| The severity of the fault event. | |
| ClAlarmSpecificProblemT | specificProblem |
| The specific problem of the fault event. | |
| ClUint32T | timeStamp |
| The timestamp of the fault event. | |
| ClUint32T | version |
| The version number of the fault. | |
The ClFaultEventT data structure is used by components like Alarm Manager, Component Manager, and Chassis Manager to report faults.