#include <string.h>
#include <stdio.h>
#include <sys/types.h>
Include dependency graph for applicfg.h:
Go to the source code of this file.
Defines | |
#define | INTEGER8 int8_t |
#define | INTEGER16 int16_t |
#define | INTEGER24 int32_t |
#define | INTEGER32 int32_t |
#define | INTEGER40 int64_t |
#define | INTEGER48 int64_t |
#define | INTEGER56 int64_t |
#define | INTEGER64 int64_t |
#define | UNS8 u_int8_t |
#define | UNS16 u_int16_t |
#define | UNS32 u_int32_t |
#define | UNS24 u_int32_t |
#define | UNS40 u_int64_t |
#define | UNS48 u_int64_t |
#define | UNS56 u_int64_t |
#define | UNS64 u_int64_t |
#define | REAL32 float |
#define | REAL64 double |
#define | MSG_ERR(num, str, val) |
#define | MSG_WAR(num, str, val) |
Typedefs | |
typedef void * | CAN_HANDLE |
typedef void * | CAN_PORT |
#define INTEGER16 int16_t |
Definition at line 51 of file applicfg.h.
#define INTEGER24 int32_t |
Definition at line 52 of file applicfg.h.
#define INTEGER32 int32_t |
Definition at line 53 of file applicfg.h.
#define INTEGER40 int64_t |
Definition at line 54 of file applicfg.h.
#define INTEGER48 int64_t |
Definition at line 55 of file applicfg.h.
#define INTEGER56 int64_t |
Definition at line 56 of file applicfg.h.
#define INTEGER64 int64_t |
Definition at line 57 of file applicfg.h.
#define INTEGER8 int8_t |
Definition at line 50 of file applicfg.h.
#define MSG_ERR | ( | num, | |||
str, | |||||
val | ) |
Definition at line 85 of file applicfg.h.
#define MSG_WAR | ( | num, | |||
str, | |||||
val | ) |
Definition at line 94 of file applicfg.h.
#define REAL32 float |
Definition at line 70 of file applicfg.h.
#define REAL64 double |
Definition at line 71 of file applicfg.h.
#define UNS16 u_int16_t |
Definition at line 61 of file applicfg.h.
#define UNS24 u_int32_t |
Definition at line 63 of file applicfg.h.
#define UNS32 u_int32_t |
Definition at line 62 of file applicfg.h.
#define UNS40 u_int64_t |
Definition at line 64 of file applicfg.h.
#define UNS48 u_int64_t |
Definition at line 65 of file applicfg.h.
#define UNS56 u_int64_t |
Definition at line 66 of file applicfg.h.
#define UNS64 u_int64_t |
Definition at line 67 of file applicfg.h.
#define UNS8 u_int8_t |
Definition at line 60 of file applicfg.h.
typedef void* CAN_HANDLE |
Definition at line 97 of file applicfg.h.
typedef void* CAN_PORT |
Definition at line 99 of file applicfg.h.