diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/can__virtual_8c.html
--- a/doc/doxygen/html/can__virtual_8c.html Fri Jul 06 10:53:15 2007 +0200
+++ b/doc/doxygen/html/can__virtual_8c.html Mon Jul 16 08:56:03 2007 +0200
@@ -18,7 +18,7 @@
Globals
+drivers » can_virtual
can_virtual.c File Reference
#include <stdio.h>
#include <unistd.h>
#include "can_driver.h"
@@ -27,11 +27,11 @@
Include dependency graph for can_virtual.c:
@@ -41,27 +41,27 @@
struct | CANPipe |
Defines |
-#define | MAX_NB_CAN_PIPES 16 |
-
-#define | MyCase(fc) case fc: printf(#fc);break; |
+#define | MAX_NB_CAN_PIPES 16 |
+
+#define | MyCase(fc) case fc: printf(#fc);break; |
Functions |
-UNS8 | canReceive_driver (CAN_HANDLE fd0, Message *m) |
-
-void | print_message (Message *m) |
-
-UNS8 | canSend_driver (CAN_HANDLE fd0, Message *m) |
-
-CAN_HANDLE | canOpen_driver (s_BOARD *board) |
-
-int | canClose_driver (CAN_HANDLE fd0) |
+UNS8 | canReceive_driver (CAN_HANDLE fd0, Message *m) |
+
+void | print_message (Message *m) |
+
+UNS8 | canSend_driver (CAN_HANDLE fd0, Message *m) |
+
+CAN_HANDLE | canOpen_driver (s_BOARD *board) |
+
+int | canClose_driver (CAN_HANDLE fd0) |
Variables |
-CANPipe | canpipes [MAX_NB_CAN_PIPES] = {{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},} |
+CANPipe | canpipes [MAX_NB_CAN_PIPES] = {{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},} |
Define Documentation
-
+
@@ -80,7 +80,7 @@
Referenced by canOpen_driver(), and canSend_driver().
-
+
@@ -105,14 +105,14 @@
Function Documentation
-
+
int canClose_driver |
( |
- CAN_HANDLE |
+ CAN_HANDLE |
fd0 |
) |
|
@@ -127,12 +127,12 @@
Definition at line 142 of file can_virtual.c.
-
-
-
-
-
- CAN_HANDLE canOpen_driver |
+
+
+
+
+
+ CAN_HANDLE canOpen_driver |
( |
s_BOARD * |
board |
@@ -151,14 +151,14 @@
References canpipes, MAX_NB_CAN_PIPES, and CANPipe::used.
-
+
UNS8 canReceive_driver |
( |
- CAN_HANDLE |
+ CAN_HANDLE |
fd0, |
@@ -182,14 +182,14 @@
Definition at line 43 of file can_virtual.c.
-
+
UNS8 canSend_driver |
( |
- CAN_HANDLE |
+ CAN_HANDLE |
fd0, |
@@ -214,14 +214,14 @@
References canpipes, MAX_NB_CAN_PIPES, and print_message().
-Here is the call graph for this function:
-