diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/unix_2applicfg_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/unix_2applicfg_8h.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,480 @@ + +
+#include <string.h>
#include <stdio.h>
+Include dependency graph for applicfg.h:
+Go to the source code of this file.
Defines | |
#define | INTEGER8 char |
#define | INTEGER16 short |
#define | INTEGER24 |
#define | INTEGER32 long |
#define | INTEGER40 |
#define | INTEGER48 |
#define | INTEGER56 |
#define | INTEGER64 |
#define | UNS8 unsigned char |
#define | UNS16 unsigned short |
#define | UNS32 unsigned long |
#define | UNS24 |
#define | UNS40 |
#define | UNS48 |
#define | UNS56 |
#define | UNS64 |
#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 short | +
+ +
+Definition at line 50 of file applicfg.h. +
#define INTEGER24 | +
+ +
+Definition at line 51 of file applicfg.h. +
#define INTEGER32 long | +
+ +
+Definition at line 52 of file applicfg.h. +
#define INTEGER40 | +
+ +
+Definition at line 53 of file applicfg.h. +
#define INTEGER48 | +
+ +
+Definition at line 54 of file applicfg.h. +
#define INTEGER56 | +
+ +
+Definition at line 55 of file applicfg.h. +
#define INTEGER64 | +
+ +
+Definition at line 56 of file applicfg.h. +
#define INTEGER8 char | +
+ +
+Definition at line 49 of file applicfg.h. +
#define MSG_ERR | +( | +num, | |||
+ | + | str, | |||
+ | + | val | ++ | ) | ++ |
+ +
+Definition at line 84 of file applicfg.h. +
#define MSG_WAR | +( | +num, | |||
+ | + | str, | |||
+ | + | val | ++ | ) | ++ |
+ +
+Definition at line 93 of file applicfg.h. +
#define REAL32 float | +
+ +
+Definition at line 69 of file applicfg.h. +
#define REAL64 double | +
+ +
+Definition at line 70 of file applicfg.h. +
#define UNS16 unsigned short | +
+ +
+Definition at line 60 of file applicfg.h. +
#define UNS24 | +
+ +
+Definition at line 62 of file applicfg.h. +
#define UNS32 unsigned long | +
+ +
+Definition at line 61 of file applicfg.h. +
#define UNS40 | +
+ +
+Definition at line 63 of file applicfg.h. +
#define UNS48 | +
+ +
+Definition at line 64 of file applicfg.h. +
#define UNS56 | +
+ +
+Definition at line 65 of file applicfg.h. +
#define UNS64 | +
+ +
+Definition at line 66 of file applicfg.h. +
#define UNS8 unsigned char | +
+ +
+Definition at line 59 of file applicfg.h. +
+
typedef void* CAN_HANDLE | +
+ +
+Definition at line 96 of file applicfg.h. +
typedef void* CAN_PORT | +
+ +
+Definition at line 98 of file applicfg.h. +
+