diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/win32_2applicfg_8h.html --- a/doc/doxygen/html/win32_2applicfg_8h.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/win32_2applicfg_8h.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
#include <windows.h>
#include <string.h>
#include <stdio.h>
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | INTEGER8 char |
#define | INTEGER16 short |
#define | INTEGER24 long |
#define | INTEGER32 long |
#define | INTEGER40 long long |
#define | INTEGER48 long long |
#define | INTEGER56 long long |
#define | INTEGER64 long long |
#define | UNS8 unsigned char |
#define | UNS16 unsigned short |
#define | UNS32 unsigned long |
#define | UNS24 unsigned long |
#define | UNS40 unsigned long long |
#define | UNS48 unsigned long long |
#define | UNS56 unsigned long long |
#define | UNS64 unsigned long long |
#define | REAL32 float |
#define | REAL64 double |
#define | sizeof_INTEGER24 3 |
#define | sizeof_INTEGER40 5 |
#define | sizeof_INTEGER48 6 |
#define | sizeof_INTEGER56 7 |
#define | sizeof_UNS24 3 |
#define | sizeof_UNS40 5 |
#define | sizeof_UNS48 6 |
#define | sizeof_UNS56 7 |
#define | INT24_2_32(a) (a <= 0x7FFFFF ? a : a|0xFF000000) |
#define | INT40_2_64(a) (a <= 0x0000007FFFFFFFFF ? a : a|0xFFFFFF0000000000) |
#define | INT48_2_64(a) (a <= 0x00007FFFFFFFFFFF ? a : a|0xFFFF000000000000) |
#define | INT56_2_64(a) (a <= 0x007FFFFFFFFFFFFF ? a : a|0xFF00000000000000) |
#define | INT32_2_24(a) (a&0x00FFFFFF) |
#define | INT64_2_40(a) (a&0x000000FFFFFFFFFF) |
#define | INT64_2_48(a) (a&0x0000FFFFFFFFFFFF) |
#define | INT64_2_56(a) (a&0x00FFFFFFFFFFFFFF) |
#define | CANFESTIVAL_DEBUG_MSG(num, str, val) |
Definition of error and warning macros. | |
#define | MSG_WAR(num, str, val) |
Definition of MSG_WAR. | |
#define | MSG_ERR(num, str, val) |
Definition of MSG_ERR. | |
#define | INTEGER8 char |
#define | INTEGER16 short |
#define | INTEGER24 long |
#define | INTEGER32 long |
#define | INTEGER40 long long |
#define | INTEGER48 long long |
#define | INTEGER56 long long |
#define | INTEGER64 long long |
#define | UNS8 unsigned char |
#define | UNS16 unsigned short |
#define | UNS32 unsigned long |
#define | UNS24 unsigned long |
#define | UNS40 unsigned long long |
#define | UNS48 unsigned long long |
#define | UNS56 unsigned long long |
#define | UNS64 unsigned long long |
#define | REAL32 float |
#define | REAL64 double |
#define | sizeof_INTEGER24 3 |
#define | sizeof_INTEGER40 5 |
#define | sizeof_INTEGER48 6 |
#define | sizeof_INTEGER56 7 |
#define | sizeof_UNS24 3 |
#define | sizeof_UNS40 5 |
#define | sizeof_UNS48 6 |
#define | sizeof_UNS56 7 |
#define | INT24_2_32(a) (a <= 0x7FFFFF ? a : a|0xFF000000) |
#define | INT40_2_64(a) (a <= 0x0000007FFFFFFFFF ? a : a|0xFFFFFF0000000000) |
#define | INT48_2_64(a) (a <= 0x00007FFFFFFFFFFF ? a : a|0xFFFF000000000000) |
#define | INT56_2_64(a) (a <= 0x007FFFFFFFFFFFFF ? a : a|0xFF00000000000000) |
#define | INT32_2_24(a) (a&0x00FFFFFF) |
#define | INT64_2_40(a) (a&0x000000FFFFFFFFFF) |
#define | INT64_2_48(a) (a&0x0000FFFFFFFFFFFF) |
#define | INT64_2_56(a) (a&0x00FFFFFFFFFFFFFF) |
#define | CANFESTIVAL_DEBUG_MSG(num, str, val) |
Definition of error and warning macros. | |
#define | MSG_WAR(num, str, val) |
Definition of MSG_WAR. | |
#define | MSG_ERR(num, str, val) |
Definition of MSG_ERR. | |
Typedefs | |
typedef void * | CAN_HANDLE |
typedef void * | CAN_PORT |
typedef void * | CAN_HANDLE |
typedef void * | CAN_PORT |
typedef void* CAN_HANDLE | + +
typedef void* CAN_PORT | + +