diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/canmsg_8h.html --- a/doc/doxygen/html/canmsg_8h.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,360 +0,0 @@ - -
-#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 | -
-