diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/structcanmsg__t.html --- a/doc/doxygen/html/structcanmsg__t.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,161 +0,0 @@ - -
-#include <canmsg.h>
--
Data Fields | |
int | flags |
int | cob |
canmsg_id_t | id |
canmsg_tstamp_t | timestamp |
unsigned short | length |
unsigned char | data [CAN_MSG_LENGTH] |
-Header: canmsg.h -
- -
-Definition at line 59 of file canmsg.h.
int canmsg_t::flags | -
- -
-Definition at line 60 of file canmsg.h. -
-Referenced by canReceive_driver(), and canSend_driver(). -
int canmsg_t::cob | -
canmsg_id_t canmsg_t::id | -
- -
-Definition at line 62 of file canmsg.h. -
-Referenced by canReceive_driver(), and canSend_driver(). -
canmsg_tstamp_t canmsg_t::timestamp | -
unsigned short canmsg_t::length | -
- -
-Definition at line 64 of file canmsg.h. -
-Referenced by canReceive_driver(), and canSend_driver(). -
unsigned char canmsg_t::data[CAN_MSG_LENGTH] | -
- -
-Definition at line 65 of file canmsg.h. -
-Referenced by canReceive_driver(), and canSend_driver(). -
-