diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/structcanmsg__t.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/structcanmsg__t.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,153 @@ + + +CanFestival: canmsg_t Struct Reference + + + + +
+
+
+
+

canmsg_t Struct Reference

#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]
+


Detailed Description

+struct canmsg_t - structure representing CAN message : message flags MSG_RTR .. message is Remote Transmission Request, MSG_EXT .. message with extended ID, MSG_OVR .. indication of queue overflow condition, MSG_LOCAL .. message originates from this node. : communication object number (not used) : ID of CAN message : not used : length of used data : data bytes buffer

+Header: canmsg.h +

+ +

+Definition at line 59 of file canmsg.h.


Field Documentation

+ +
+
+ + + + +
int canmsg_t::flags
+
+
+ +

+ +

+Definition at line 60 of file canmsg.h. +

+

+ +

+
+ + + + +
int canmsg_t::cob
+
+
+ +

+ +

+Definition at line 61 of file canmsg.h. +

+

+ +

+
+ + + + +
canmsg_id_t canmsg_t::id
+
+
+ +

+ +

+Definition at line 62 of file canmsg.h. +

+

+ +

+
+ + + + +
canmsg_tstamp_t canmsg_t::timestamp
+
+
+ +

+ +

+Definition at line 63 of file canmsg.h. +

+

+ +

+
+ + + + +
unsigned short canmsg_t::length
+
+
+ +

+ +

+Definition at line 64 of file canmsg.h. +

+

+ +

+
+ + + + +
unsigned char canmsg_t::data[CAN_MSG_LENGTH]
+
+
+ +

+ +

+Definition at line 65 of file canmsg.h. +

+

+


The documentation for this struct was generated from the following file: +
Generated on Mon Jun 4 16:29:08 2007 for CanFestival by  + +doxygen 1.5.1
+ +