C API for BALTECH SDK
names.h File Reference

Resolves all errorcodes, codes, ... More...

#include "common.h"
#include "errorcodes.h"

Go to the source code of this file.

Functions

BRP_LIB char * brp_map_errcode (brp_errcode errcode)
 Retrieve name of errorcode. More...
 
BRP_LIB char * brp_map_errcode_to_desc (brp_errcode errcode)
 Retrieve textual description of errorcode in english. More...
 
BRP_LIB char * brp_map_errcode_to_docurl (brp_errcode errcode)
 Retrieve URL of the documentation describing the passed errcode. More...
 
BRP_LIB char * brp_map_cmdcode (unsigned cmd_code)
 Retrieve the name of a (16bit) cmdcode as C string. More...
 
BRP_LIB char * brp_map_cmdcode_to_docurl (unsigned cmd_code)
 Retrieve URL of the documentation describing the passed cmdcode. More...
 

Detailed Description

Resolves all errorcodes, codes, ...

to its corresponding names, descriptions or documentation urls

Definition in file names.h.