diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/main_8c.html --- a/doc/doxygen/html/main_8c.html Tue Jun 05 17:34:33 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,198 +0,0 @@ - -
-#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 | - |
- | ) | -- |
- -
-