Components/Libraries/XF/FreeRTOS/Error

(Difference between revisions)
Jump to: navigation, search
Sara.chalokh (Talk | contribs)
(Created page with "{{TOC right}} = 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 trea...")
Newer edit →

Revision as of 11:19, 25 August 2017

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