AXY:Element Synchronization/Design

From SoftMC-Wiki
Revision as of 12:20, 30 January 2012 by Miborich (talk | contribs) (Element Synchronization Design)
Jump to: navigation, search

Element Synchronization Design

Common algorithms to both SyncStart and SyncAll:


Pre-Calculation

Is done in MotionManager task, initiated by message sent from SyncStart/All commands:

In case of SyncStart we sperately execute MotCalc on every element from the sync-list:

FOR element FROM sync-list
   element->MotCalc()
NEXT