diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/unix_8c.html
--- a/doc/doxygen/html/unix_8c.html Fri Jul 06 10:53:15 2007 +0200
+++ b/doc/doxygen/html/unix_8c.html Mon Jul 16 08:56:03 2007 +0200
@@ -18,7 +18,7 @@
Globals
+drivers » unix
unix.c File Reference
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
@@ -30,10 +30,24 @@
Include dependency graph for unix.c:
@@ -43,33 +57,33 @@
struct | CANPort |
Defines |
-#define | DLL_CALL(funcname) (* funcname##_driver) |
-
-#define | FCT_PTR_INIT =NULL |
-
-#define | DLSYM(name) |
-
-#define | MAX_NB_CAN_PORTS 16 |
+#define | DLL_CALL(funcname) (* funcname##_driver) |
+
+#define | FCT_PTR_INIT =NULL |
+
+#define | DLSYM(name) |
+
+#define | MAX_NB_CAN_PORTS 16 |
Functions |
-UNS8 | UnLoadCanDriver (LIB_HANDLE handle) |
-
-LIB_HANDLE | LoadCanDriver (char *driver_name) |
-
-UNS8 | canSend (CAN_PORT port, Message *m) |
-
-void | canReceiveLoop (CAN_PORT port) |
-
-CAN_PORT | canOpen (s_BOARD *board, CO_Data *d) |
-
-int | canClose (CO_Data *d) |
+UNS8 | UnLoadCanDriver (LIB_HANDLE handle) |
+
+LIB_HANDLE | LoadCanDriver (char *driver_name) |
+
+UNS8 | canSend (CAN_PORT port, Message *m) |
+
+void | canReceiveLoop (CAN_PORT port) |
+
+CAN_PORT | canOpen (s_BOARD *board, CO_Data *d) |
+
+int | canClose (CO_Data *d) |
Variables |
-CANPort | canports [MAX_NB_CAN_PORTS] = {{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,}} |
+CANPort | canports [MAX_NB_CAN_PORTS] = {{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,},{0,}} |
Define Documentation
-
+
@@ -93,7 +107,7 @@
Referenced by canClose(), canOpen(), canReceiveLoop(), and canSend().
-
+
@@ -113,7 +127,7 @@
Value:*(void **) (&name##_driver) = dlsym(handle, #name"_driver");\
if ((error = dlerror()) != NULL) {\
fprintf (stderr, "%s\n", error);\
- UnLoadCanDriver(handle);\
+ UnLoadCanDriver(handle);\
return NULL;\
}
@@ -123,7 +137,7 @@
Referenced by LoadCanDriver().
-
+
@@ -140,7 +154,7 @@
Definition at line 28 of file unix.c.
-
+
@@ -160,7 +174,7 @@
Function Documentation
-
+
@@ -184,12 +198,12 @@
Referenced by canClose(), LoadCanDriver(), and main().
-
-
-
-
-
- CAN_PORT canOpen |
+
+
+
+
+
+ CAN_PORT canOpen |
( |
s_BOARD * |
board, |
@@ -217,14 +231,14 @@
Referenced by canOpen(), LoadCanDriver(), and main().
-
+
void canReceiveLoop |
( |
- CAN_PORT |
+ CAN_PORT |
port |
) |
|
@@ -242,29 +256,50 @@
Referenced by canOpen().
-Here is the call graph for this function:
-