Variable error_list_ref_array¶
- Defined in File error_list_ref.c
Variable Documentation¶
-
llist_node *const
error_list_ref_array
[ERROR_NUM_ERRORS
]¶ this array contains the references to error_list_ref_XXX variables
this array is indexed by using error_type_t enum, an element is contained in this array if: \ is defined prevoiusly in this file as an node_t variable \ The position that this variable will take in this array dependes on the descriptor \ error_type_t value associated to it, example: \ error_list_ref_voltages is associated to both ERROR_CELL_UNDER_VOLTAGE and ERROR_CELL_OVER_VOLTAGE, \ so error_list_ref_voltages must be placed in position valueof(ERROR_CELL_UNDER_VOLTAGE) \ and valueof(ERROR_CELL_OVER_VOLTAGE) \ \