File clib_common.h¶
FileList > inc > clib_common.h
Go to the source code of this file
#include <complex.h>#include <stddef.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include "jm_perf.h"
Macros¶
| Type | Name |
|---|---|
| define | CMPLXF (r, i) \_\_builtin\_complex ((float)(r), (float)(i)) |
| define | DP_ERR_INIT (-1) |
| define | DP_ERR_INVALID (-4) |
| define | DP_ERR_MEMORY (-6) |
| define | DP_ERR_RECV (-3) |
| define | DP_ERR_SEND (-2) |
| define | DP_ERR_TIMEOUT (-5) |
| define | DP_ERR_TOO_LARGE (-7) |
| define | DP_OK 0 |
Macro Definition Documentation¶
define CMPLXF¶
clib_common.h — common C99 types and performance macros for doppler.
define DP_ERR_INIT¶
Initialisation failed (context/socket).
define DP_ERR_INVALID¶
Invalid argument.
define DP_ERR_MEMORY¶
Memory allocation failure.
define DP_ERR_RECV¶
Receive failed or timed out (EAGAIN).
define DP_ERR_SEND¶
Send failed.
define DP_ERR_TIMEOUT¶
Operation timed out.
define DP_ERR_TOO_LARGE¶
Frame exceeds transport max payload.
define DP_OK¶
Success.
The documentation for this class was generated from the following file native/inc/clib_common.h