#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 | |||
) |