diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/main_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/main_8c.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,198 @@ + +
+#include <stdio.h>
#include <stdlib.h>
#include "win32test.h"
#include "canfestival.h"
#include <time.h>
Defines | |
#define | sleep_proc(ms) |
#define | uptime_ms_proc (1000*(time()%86400)) |
Functions | |
UNS8 | GetChangeStateResults (UNS8 node_id, UNS8 expected_state, unsigned long timeout_ms) |
UNS8 | ReadSDO (UNS8 nodeId, UNS16 index, UNS8 subIndex, UNS8 dataType, void *data, UNS8 *size) |
int | main (int argc, char *argv[]) |
#define sleep_proc | +( | +ms | ++ | ) | ++ |
+ +
#define uptime_ms_proc (1000*(time()%86400)) | +
+ +
+
UNS8 GetChangeStateResults | +( | +UNS8 | +node_id, | +|
+ | + | UNS8 | +expected_state, | +|
+ | + | unsigned long | +timeout_ms | + |
+ | ) | ++ |
+ +
int main | +( | +int | +argc, | +|
+ | + | char * | +argv[] | + |
+ | ) | ++ |
+ +
UNS8 ReadSDO | +( | +UNS8 | +nodeId, | +|
+ | + | UNS16 | +index, | +|
+ | + | UNS8 | +subIndex, | +|
+ | + | UNS8 | +dataType, | +|
+ | + | void * | +data, | +|
+ | + | UNS8 * | +size | + |
+ | ) | ++ |
+ +
+