Components/Libraries/XF/FreeRTOS/Error

From UIT
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)

~Error() [virtual]

Description

he destructor of the Error.

eErrorType getErrorType()

Description

Returns the type of the Error

eSeverityLevel getErrorSeverityLevel()

Description

Returns the type of the Error

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox