![]() |
ErrorLib 1.0.8-master SHA: 810228da25
|
Structure used in the error stack. More...
#include <Error.h>
Data Fields | |
| const tError * | ptError |
| Pointer to the error itself. More... | |
| const tErrorSource * | ptErrorSource |
| Location of the error in source code. More... | |
| Type_Timestamp | tTimestampFirst |
| Time when the error was set the first time. More... | |
| Type_Timestamp | tTimestampLast |
| Time when the error was set the last time. More... | |
| uint32_t | ui32ErrorCount |
| Number of occurrences. Starts with 1 and increments on every occurence. More... | |
| void * | Data |
| Pointer to the attached data the number is stored on ptError. The length is defined in Error-Definition Variable ui16DataCount. See Details on Page Data appended to errors. More... | |
Structure used in the error stack.
| void* Data |
Pointer to the attached data the number is stored on ptError. The length is defined in Error-Definition Variable ui16DataCount. See Details on Page Data appended to errors.
| const tError* ptError |
Pointer to the error itself.
| const tErrorSource* ptErrorSource |
Location of the error in source code.
| Type_Timestamp tTimestampFirst |
Time when the error was set the first time.
| Type_Timestamp tTimestampLast |
Time when the error was set the last time.
| uint32_t ui32ErrorCount |
Number of occurrences. Starts with 1 and increments on every occurence.