你可以为操作员创建一个任务序列:
8 V6 d! w. s; i! Atreenode dispatcher = centerobject(current,1);
' f3 ]- ?" ^& o1 x7 k1 a+ ?, Htreenode ts = createemptytasksequence(dispatcher,0,0);
$ a# `' s0 h! q7 T4 B" P) Q" f4 l5 D% a& v9 W2 F: S! Y% O
inserttask(ts,TASKTYPE_TRAVEL,current,NULL);9 L0 w' \7 X/ B U1 h
for (int i = 1; i <= content(current); i++), Q& v( J6 h9 D8 }- v
{
8 k; S7 a1 _& q' g% ?" H inserttask(ts,TASKTYPE_FRLOAD,item,current,port);
" P& J, W; [1 ]5 K3 V7 E) L} |