diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/structcanmsg__t.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/structcanmsg__t.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,161 @@ + +
+#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(). +
+