BALTECH Docs |
C API for BALTECH SDK
|
Contains the basic defines that are required throughout the BRP library. More...
Go to the source code of this file.
Macros | |
#define | BRP_INFINITE 0xFFFFFFFF |
is used if brp_time shall be infinite. More... | |
#define | BRP_TIME_SUBTRACT(time, delta) |
Typedefs | |
typedef unsigned char * | brp_buf |
represents a pointer to a protocol data buffer. More... | |
typedef unsigned long | brp_time |
absolute/relative timeout/delay in ms. More... | |
Contains the basic defines that are required throughout the BRP library.
This is primarly error codes and handling of compitibility issues between different compiler platforms.
Definition in file common.h.