ErrorLib 1.0.8-master SHA: 810228da25
tErrorListItem Struct Reference

Structure used in the error stack. More...

#include <Error.h>

Data Fields

const tErrorptError
 Pointer to the error itself. More...
 
const tErrorSourceptErrorSource
 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...
 

Detailed Description

Structure used in the error stack.

Field Documentation

◆ Data

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.

◆ ptError

const tError* ptError

Pointer to the error itself.

◆ ptErrorSource

const tErrorSource* ptErrorSource

Location of the error in source code.

◆ tTimestampFirst

Type_Timestamp tTimestampFirst

Time when the error was set the first time.

◆ tTimestampLast

Type_Timestamp tTimestampLast

Time when the error was set the last time.

◆ ui32ErrorCount

uint32_t ui32ErrorCount

Number of occurrences. Starts with 1 and increments on every occurence.


The documentation for this struct was generated from the following file: