EBST_CAM
Loading...
Searching...
No Matches
es_status_codes.c File Reference

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]
 

Detailed Description

Status codes for the return values of the functions in this library.

Author
Florian Hahn
Date
23.03.2021

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   50

◆ NUMBER_OF_ERROR_CODES

#define NUMBER_OF_ERROR_CODES   33

Function Documentation

◆ ConvertErrorCodeToMsg()

char * ConvertErrorCodeToMsg ( es_status_codes status)

Converts a es_status_codes to a human readable error message.

Parameters
[in]statuses_status_codes
Returns
char*

Variable Documentation

◆ errorMsg