File error_list_ref.h

Parent directory (mainboard/Inc/error)

This file contains variables that reference node_t in error_list: error list reference/s.

Definition (mainboard/Inc/error/error_list_ref.h)

Detailed Description

This file contains variables that reference node_t in error_list: error list reference/s @deatails This file is a “database” of all variables concerning errors. ERRORS ARE NOT CONTAINED IN THESE VARIABLES These variables reference positions in the error_list DatStruct. Their main purpose is to give access in O(1) complexity to errors they are representing. The way these error_list_ref_X variables are called is by the use of the error_list_reference array, indexed by the error type (error_type_t) and an offset (for error types that can have multiple instances).

This file is a “database” of all variables concerning errors. ERRORS ARE NOT CONTAINED IN THESE VARIABLES These variables reference positions in the error_list DatStruct. Their main purpose is to give access in O(1) complexity to errors they are representing. The way these error_list_ref_X variables are called is by the use of the error_list_reference array, indexed by the error type (error_type_t) and an offset (for error types that can have multiple instances).

March 12, 2019

Matteo Bonora [matteo.bonora@studenti.unitn.it]

Simone Ruffini [simone.ruffini@studenti.unitn.it]

March 12, 2019

Matteo Bonora [matteo.bonora@studenti.unitn.it]

Simone Ruffini [simone.ruffini@studenti.unitn.it]

Includes