#include "data.h"
Include dependency graph for win32test.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
UNS32 | win32test_valueRangeTest (UNS8 typeValue, void *value) |
const indextable * | win32test_scanIndexOD (UNS16 wIndex, UNS32 *errorCode, ODCallback_t **callbacks) |
void | win32test_heartbeatError (UNS8) |
UNS8 | win32test_canSend (Message *) |
void | win32test_initialisation (void) |
void | win32test_preOperational (void) |
void | win32test_operational (void) |
void | win32test_stopped (void) |
void | win32test_post_sync (void) |
void | win32test_post_TPDO (void) |
Variables | |
CO_Data | win32test_Data |
UNS8 win32test_canSend | ( | Message * | ) |
void win32test_heartbeatError | ( | UNS8 | ) |
void win32test_initialisation | ( | void | ) |
void win32test_operational | ( | void | ) |
void win32test_post_sync | ( | void | ) |
void win32test_post_TPDO | ( | void | ) |
void win32test_preOperational | ( | void | ) |
const indextable* win32test_scanIndexOD | ( | UNS16 | wIndex, | |
UNS32 * | errorCode, | |||
ODCallback_t ** | callbacks | |||
) |
Definition at line 114 of file win32test.c.
References OD_NO_SUCH_OBJECT, OD_SUCCESSFUL, win32test_Index1005_callbacks, and win32test_objdict.
void win32test_stopped | ( | void | ) |
UNS32 win32test_valueRangeTest | ( | UNS8 | typeValue, | |
void * | value | |||
) |
Definition at line 14 of file win32test.c.
Definition at line 158 of file win32test.c.
Referenced by GetChangeStateResults(), main(), and ReadSDO().