#include "data.h"
#include "sync.h"
#include "canfestival.h"
Go to the source code of this file.
Functions | |
void | SyncAlarm (CO_Data *d, UNS32 id) |
UNS32 | OnCOB_ID_SyncUpdate (CO_Data *d, const indextable *unsused_indextable, UNS8 unsused_bSubindex) |
void | startSYNC (CO_Data *d) |
void | stopSYNC (CO_Data *d) |
UNS8 | sendSYNC (CO_Data *d, UNS32 cob_id) |
UNS8 | proceedSYNC (CO_Data *d, Message *m) |
void | _post_sync () |
void | _post_TPDO () |
UNS32 OnCOB_ID_SyncUpdate | ( | CO_Data * | d, | |
const indextable * | unsused_indextable, | |||
UNS8 | unsused_bSubindex | |||
) |
UNS8 proceedSYNC | ( | CO_Data * | d, | |
Message * | m | |||
) |
UNS8 sendSYNC | ( | CO_Data * | d, | |
UNS32 | cob_id | |||
) |
void startSYNC | ( | CO_Data * | d | ) |
Definition at line 50 of file sync.c.
References OnCOB_ID_SyncUpdate(), RegisterSetODentryCallBack(), SetAlarm(), stopSYNC(), and SyncAlarm().
void stopSYNC | ( | CO_Data * | d | ) |
void SyncAlarm | ( | CO_Data * | d, | |
UNS32 | id | |||
) |