NEURON
bbssrv.h
Go to the documentation of this file.
1 #ifndef bbssrv_h
2 #define bbssrv_h
3 
4 #define QUIT 0
5 #define POST 1
6 #define LOOK 2
7 #define LOOK_TAKE 3
8 #define TAKE 4
9 #define LOOK_YES 6
10 #define LOOK_NO 7
11 #define LOOK_TAKE_YES 8
12 #define LOOK_TAKE_NO 9
13 #define HELLO 10
14 #define POST_TODO 11
15 #define POST_RESULT 12
16 #define LOOK_TAKE_TODO 13
17 #define LOOK_TAKE_RESULT 14
18 #define TAKE_TODO 15
19 #define CONTEXT 16
20 #define CRAY_POST 17
21 #define CRAY_POST_TODO 18
22 #define CRAY_POST_RESULT 19
23 #define FIRSTID 20
24 #endif