diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/sync_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/sync_8c.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,276 @@ + +
+#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 | + |
+ | ) | ++ |
+ +
+Definition at line 93 of file sync.c. +
+References CopyBits(), getODentry(), and PDOmGR(). +
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 | + |
+ | ) | ++ |
+