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 @@
  • Globals
  • +include » win32

    applicfg.h File Reference

    #include <windows.h>
    #include <string.h>
    #include <stdio.h>
    @@ -29,111 +29,111 @@

    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


    Define Documentation

    - +
    @@ -157,7 +157,7 @@

    Value:

    {char msg[300];\
    -     unsigned long value = val;\
    +     unsigned long value = val;\
          sprintf(msg,"%s(%d) : 0x%X %s 0x%X\n",__FILE__, __LINE__,num, str, value);\
          OutputDebugString(msg);}
     
    Definition of error and warning macros. @@ -167,7 +167,7 @@ Definition at line 104 of file applicfg.h.

    - +

    @@ -189,7 +189,7 @@ Definition at line 84 of file applicfg.h.

    - +

    @@ -211,7 +211,7 @@ Definition at line 89 of file applicfg.h.

    - +

    @@ -233,7 +233,7 @@ Definition at line 85 of file applicfg.h.

    - +

    @@ -255,7 +255,7 @@ Definition at line 86 of file applicfg.h.

    - +

    @@ -277,7 +277,7 @@ Definition at line 87 of file applicfg.h.

    - +

    @@ -299,7 +299,7 @@ Definition at line 90 of file applicfg.h.

    - +

    @@ -321,7 +321,7 @@ Definition at line 91 of file applicfg.h.

    - +

    @@ -343,7 +343,7 @@ Definition at line 92 of file applicfg.h.

    - +

    @@ -360,7 +360,7 @@ Definition at line 50 of file applicfg.h.

    - +

    @@ -377,7 +377,7 @@ Definition at line 51 of file applicfg.h.

    - +

    @@ -394,7 +394,7 @@ Definition at line 52 of file applicfg.h.

    - +

    @@ -411,7 +411,7 @@ Definition at line 53 of file applicfg.h.

    - +

    @@ -428,7 +428,7 @@ Definition at line 54 of file applicfg.h.

    - +

    @@ -445,7 +445,7 @@ Definition at line 55 of file applicfg.h.

    - +

    @@ -462,7 +462,7 @@ Definition at line 56 of file applicfg.h.

    - +

    @@ -479,7 +479,7 @@ Definition at line 49 of file applicfg.h.

    - +

    @@ -509,7 +509,7 @@ Definition at line 124 of file applicfg.h.

    - +

    @@ -539,7 +539,7 @@ Definition at line 116 of file applicfg.h.

    - +

    @@ -556,7 +556,7 @@ Definition at line 69 of file applicfg.h.

    - +

    @@ -573,7 +573,7 @@ Definition at line 70 of file applicfg.h.

    - +

    @@ -590,7 +590,7 @@ Definition at line 73 of file applicfg.h.

    - +

    @@ -607,7 +607,7 @@ Definition at line 74 of file applicfg.h.

    - +

    @@ -624,7 +624,7 @@ Definition at line 75 of file applicfg.h.

    - +

    @@ -641,7 +641,7 @@ Definition at line 76 of file applicfg.h.

    - +

    @@ -658,7 +658,7 @@ Definition at line 78 of file applicfg.h.

    - +

    @@ -675,7 +675,7 @@ Definition at line 79 of file applicfg.h.

    - +

    @@ -692,7 +692,7 @@ Definition at line 80 of file applicfg.h.

    - +

    @@ -709,7 +709,7 @@ Definition at line 81 of file applicfg.h.

    - +

    @@ -726,7 +726,7 @@ Definition at line 60 of file applicfg.h.

    - +

    @@ -743,7 +743,7 @@ Definition at line 62 of file applicfg.h.

    - +

    @@ -760,7 +760,7 @@ Definition at line 61 of file applicfg.h.

    - +

    @@ -777,7 +777,7 @@ Definition at line 63 of file applicfg.h.

    - +

    @@ -794,7 +794,7 @@ Definition at line 64 of file applicfg.h.

    - +

    @@ -811,7 +811,7 @@ Definition at line 65 of file applicfg.h.

    - +

    @@ -828,7 +828,7 @@ Definition at line 66 of file applicfg.h.

    - +

    @@ -846,12 +846,12 @@


    Typedef Documentation

    - -
    -
    -
    - - + +
    +
    +
    typedef void* CAN_HANDLE
    + +
    typedef void* CAN_HANDLE
    @@ -863,12 +863,12 @@ Definition at line 129 of file applicfg.h.

    - -

    -
    - - - + +
    +
    +
    typedef void* CAN_PORT
    + +
    typedef void* CAN_PORT
    @@ -880,7 +880,7 @@ Definition at line 131 of file applicfg.h.

    -


    Generated on Fri Jun 8 08:51:57 2007 for CanFestival by  +
    Generated on Mon Jul 2 19:10:28 2007 for CanFestival by  doxygen 1.5.1