add correct documentation of default proto path
[proto.git] / src / sim / platform_ops.h
blob8dd6f7989d21f2f704ccc10ebb21427d4d44befd
1 /* Opcodes that customize the proto kernel for the simulator platform
2 Copyright (C) 2005-2008, Jonathan Bachrach, Jacob Beal, and contributors
3 listed in the AUTHORS file in the MIT Proto distribution's top directory.
5 This file is part of MIT Proto, and is distributed under the terms of
6 the GNU General Public License, with a linking exception, as described
7 in the file LICENSE in the MIT Proto distribution's top directory. */
9 // Kernel expansions:
10 typedef enum {
11 // Sensor and Actuator Ops
12 DIE_OP = CORE_CMD_OPS,
13 CLONE_OP,
14 COORD_OP,
15 RANGER_OP,
16 SENSE_OP,
17 BUTTON_OP,
18 SLIDER_OP,
19 LIGHT_OP,
20 SOUND_OP,
21 SPEAK_OP,
22 TEMP_OP,
23 MOUSE_OP,
24 CONDUCTIVE_OP,
25 LOCAL_FOLD_OP,
26 FOLD_COMPLETE_OP,
27 LEDS_OP,
28 RED_OP,
29 GREEN_OP,
30 BLUE_OP,
31 RGB_OP,
32 HSV_OP,
33 RADIUS_SET_OP,
34 RADIUS_OP,
35 BUMP_OP,
36 CHANNEL_OP,
37 DRIP_OP,
38 CONCENTRATION_OP,
39 CHANNEL_GRAD_OP,
40 CAM_OP,
41 MAX_CMD_OPS
42 } PLATFORM_OPCODES;