annotate ppe/task_init.cc @ 1:7dc2d920fc7c

local update. xml,image, blender add. ppe/move, ppe/coll add.
author tkaito
date Tue, 15 Jun 2010 11:14:36 +0900
parents e66ea5014aa1
children 661ec1e92042
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
1 #include "Func.h"
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
2 #include "Scheduler.h"
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
3
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
4 /* 必ずこの位置に書いて */
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
5 SchedExternTask(Twice);
1
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
6 SchedExternTask(TitleMove);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
7 SchedExternTask(TitleColl);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
8 SchedExternTask(Move00);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
9 SchedExternTask(Move01);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
10 SchedExternTask(Move02);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
11 SchedExternTask(Move03);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
12 SchedExternTask(Move04);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
13 SchedExternTask(Move05);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
14 SchedExternTask(Move06);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
15 SchedExternTask(Move07);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
16 SchedExternTask(Move08);
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
17
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
18 /**
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
19 * この関数は ../spe/spe-main と違って
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
20 * 自分で呼び出せばいい関数なので
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
21 * 好きな関数名でおk (SchedRegisterTask は必須)
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
22 */
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
23
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
24 void
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
25 task_init(void)
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
26 {
1
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
27 SchedRegisterTask(TWICE_TASK, Twice);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
28 SchedRegisterTask(TITLE_MOVE, TitleMove);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
29 SchedRegisterTask(TITLE_COLL, TitleColl);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
30 SchedRegisterTask(MOVE_00, Move00);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
31 SchedRegisterTask(MOVE_01, Move01);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
32 SchedRegisterTask(MOVE_02, Move02);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
33 SchedRegisterTask(MOVE_03, Move03);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
34 SchedRegisterTask(MOVE_04, Move04);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
35 SchedRegisterTask(MOVE_05, Move05);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
36 SchedRegisterTask(MOVE_06, Move06);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
37 SchedRegisterTask(MOVE_07, Move07);
7dc2d920fc7c local update. xml,image, blender add. ppe/move, ppe/coll add.
tkaito
parents: 0
diff changeset
38 SchedRegisterTask(MOVE_08, Move08);
0
e66ea5014aa1 first commit. But It move "Bulk".
tkaito
parents:
diff changeset
39 }