comparison state_task.h @ 30:427e1aac0bd7

not run.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Dec 2010 15:50:44 +0900
parents 00c3272a801f
children 150e832193fe
comparison
equal deleted inserted replaced
29:d2e627af7f61 30:427e1aac0bd7
1 #ifndef INCLUDE_STATE_TASK 1 #ifndef INCLUDE_STATE_TASK
2 #define INCLUDE_STATE_TASK 2 #define INCLUDE_STATE_TASK
3 3
4 #define LIST_NUM 50 4 #define LIST_NUM 50
5 #define DATA_LENGTH 10
5 6
6 extern State state_list[LIST_NUM]; 7 extern State state_list[LIST_NUM];
7 8
8 int GetStateNum(int task_num);
9 void SetTaskState(int task_num, CHARACTER *state);
10 void initStateList(); 9 void initStateList();
11 10
12 #endif 11 #endif