Preprocessor macro definitions for the bps.h header file in this library.
#define BPS_APIThis identifier is used to make the BPS functions visible for public use.
#define BPS_DEPRECATED __attribute__((__deprecated__))An identifier to denote that the BPS API has been deprecated.
#define BPS_VERSION (3001003)The version of the BPS.
The version number is computed as follows: (Major * 1000000) + (Minor * 1000) + Patch
#define BPS_SUCCESS (0)A return code that indicates that a function completed successfully.
#define BPS_FAILURE (-1)A return code that indicates that a function did not complete successfully.
When errno value is set, it indicates the reason for the failure.