diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/can_8h-source.html --- a/doc/doxygen/html/can_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/can_8h-source.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
  • Globals
  • +include

    can.h

    Go to the documentation of this file.
    00001 /*
     00002 This file is part of CanFestival, a library implementing CanOpen Stack. 
     00003 
    @@ -53,23 +53,24 @@
     00033 */
     00034 
     00035 typedef struct {
    -00036   UNS32 w; /* 32 bits */
    +00036   UNS32 w; /* 32 bits */
     00037 } SHORT_CAN;
     00038 
     00039 
     00041 typedef struct {
    -00042   SHORT_CAN cob_id;     /* l'ID du mesg */
    -00043   UNS8 rtr;                     /* remote transmission request. 0 if not rtr, 
    +00042   SHORT_CAN cob_id;     /* l'ID du mesg */
    +00043   UNS8 rtr;                     /* remote transmission request. 0 if not rtr, 
     00044                    1 for a rtr message */
    -00045   UNS8 len;                     /* message length (0 to 8) */
    -00046   UNS8 data[8]; /* data */
    +00045   UNS8 len;                     /* message length (0 to 8) */
    +00046   UNS8 data[8]; /* data */
     00047 } Message;
     00048 
    -00049 
    -00050 typedef UNS8 (*canSend_t)(Message *);
    -00051 
    -00052 #endif /* __can_h__ */
    -

    Generated on Fri Jun 8 08:51:39 2007 for CanFestival by  +00049 #define Message_Initializer {0,0,0,{0,0,0,0,0,0,0,0}} +00050 +00051 typedef UNS8 (*canSend_t)(Message *); +00052 +00053 #endif /* __can_h__ */ +
    Generated on Mon Jul 2 19:10:16 2007 for CanFestival by  doxygen 1.5.1