comparison AnimationMaster.c @ 264:3740ac9cffee

Added communication system, given from VMS to the plugin, for use by assigner
author Sean Halle <seanhalle@yahoo.com>
date Fri, 09 Nov 2012 04:20:31 -0800
parents b95711c6965c
children f5b110414453 999f2966a3e5
comparison
equal deleted inserted replaced
6:063efb5235fd 7:0145129a40f5
152 numSlotsFilled = 0; 152 numSlotsFilled = 0;
153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++) 153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++)
154 { 154 {
155 currSlot = animSlots[ slotIdx ]; 155 currSlot = animSlots[ slotIdx ];
156 156
157 //Check if newly-done slave in slot, which will need request handld 157 //Check if newly-done slave in slot, which will need request handled
158 if( currSlot->workIsDone ) 158 if( currSlot->workIsDone )
159 { 159 {
160 currSlot->workIsDone = FALSE; 160 currSlot->workIsDone = FALSE;
161 currSlot->needsSlaveAssigned = TRUE; 161 currSlot->needsSlaveAssigned = TRUE;
162 162