LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
ControlResource.h
1 #ifndef CONTROL_RESOURCE_H_
2 #define CONTROL_RESOURCE_H_
3 
4 namespace ControlResource
5 {
6  enum Enum
7  {
8  DRIVE,
9  TURN,
10  COLLECTOR_ARM,
11  COLLECTOR_ROLLERS,
12  LAUNCHER_ANGLE,
13  LAUNCHER_LOADER
14  };
15 }
16 
17 #endif