ECE 486 Support Libraries
ECE 486 Discovery Interface Error Handling

Modules

 ECE 486/Discovery Error Codes
 
 Error Handling Functions
 

Macros

#define ERRORBUFLEN   100
 Number of errors to record in a circular buffer. More...
 

Variables

int errorbuf []
 Circular buffer to store the most recent error codes. More...
 
int erroridx
 Index of the NEXT error to be written into the errorbuf array. More...
 

Detailed Description

Macro Definition Documentation

#define ERRORBUFLEN   100

Number of errors to record in a circular buffer.

Definition at line 51 of file err486.h.

Variable Documentation

int errorbuf[]

Circular buffer to store the most recent error codes.

Definition at line 27 of file err486.c.

int erroridx

Index of the NEXT error to be written into the errorbuf array.

Definition at line 29 of file err486.c.