diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/canmsg_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/canmsg_8h.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,360 @@ + +
+#include <sys/time.h>
#include <sys/types.h>
+Include dependency graph for canmsg.h:
+This graph shows which files directly or indirectly include this file:
+Go to the source code of this file.
Data Structures | |
struct | canmsg_t |
struct | canfilt_t |
Defines | |
#define | CAN_MSG_VERSION_2 |
#define | CAN_MSG_LENGTH 8 |
#define | MSG_RTR (1<<0) |
#define | MSG_OVR (1<<1) |
#define | MSG_EXT (1<<2) |
#define | MSG_LOCAL (1<<3) |
#define | MSG_FILT_MASK_SHIFT 8 |
#define | MSG_RTR_MASK (MSG_RTR<<MSG_FILT_MASK_SHIFT) |
#define | MSG_EXT_MASK (MSG_EXT<<MSG_FILT_MASK_SHIFT) |
#define | MSG_LOCAL_MASK (MSG_LOCAL<<MSG_FILT_MASK_SHIFT) |
#define | MSG_PROCESSLOCAL (MSG_OVR<<MSG_FILT_MASK_SHIFT) |
#define | MSG_ID_MASK ((1l<<29)-1) |
Typedefs | |
typedef timeval | canmsg_tstamp_t |
typedef unsigned long | canmsg_id_t |
typedef canmsg_t | canmsg_t |
typedef canfilt_t | canfilt_t |
#define MSG_EXT (1<<2) | +
+ +
+Definition at line 118 of file canmsg.h. +
+Referenced by canReceive_driver(), and canSend_driver(). +
#define MSG_EXT_MASK (MSG_EXT<<MSG_FILT_MASK_SHIFT) | +
#define MSG_ID_MASK ((1l<<29)-1) | +
#define MSG_LOCAL_MASK (MSG_LOCAL<<MSG_FILT_MASK_SHIFT) | +
#define MSG_PROCESSLOCAL (MSG_OVR<<MSG_FILT_MASK_SHIFT) | +
#define MSG_RTR (1<<0) | +
+ +
+Definition at line 116 of file canmsg.h. +
+Referenced by canReceive_driver(), and canSend_driver(). +
#define MSG_RTR_MASK (MSG_RTR<<MSG_FILT_MASK_SHIFT) | +
+
typedef unsigned long canmsg_id_t | +
typedef struct timeval canmsg_tstamp_t | +
+