EBST_CAM
|
Status codes for the return values of the functions in this library. More...
#include "es_status_codes.h"
Macros | |
#define | NUMBER_OF_ERROR_CODES 33 |
#define | BUFFER_SIZE 50 |
Functions | |
char * | ConvertErrorCodeToMsg (es_status_codes status) |
Converts a es_status_codes to a human readable error message. | |
Variables | |
char | errorMsg [NUMBER_OF_ERROR_CODES][BUFFER_SIZE] |
Status codes for the return values of the functions in this library.
#define BUFFER_SIZE 50 |
#define NUMBER_OF_ERROR_CODES 33 |
char * ConvertErrorCodeToMsg | ( | es_status_codes | status | ) |
Converts a es_status_codes to a human readable error message.
[in] | status | es_status_codes |
char errorMsg[NUMBER_OF_ERROR_CODES][BUFFER_SIZE] |