Components/Libraries/XF/FreeRTOS/Error

From UIT
Revision as of 11:19, 25 August 2017 by Sara.chalokh (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Error

This class is used to get more informations about an error that occur. It indicate the type of the error and it's severity. Error are received and treated by the ErrorHandler.

Member Attributes

eErrorType _errorType : the type of the error

eSeverityLevel _severityLevel : the severity level of the error

Member Functions Documentation

Error(eErrorType oType, eSeverityLevel oSeverityLevel)

Description

The constructor of the Error. It create an Error with the give type and severity level

Parameters

eErrorType oType : the type of the Error (basically set to NO_ERROR) eSeverityLevel oSeverityLevel : the severity level of the Error (basically set to UNDETERMINED)

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox