My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
DriveTask.h
Go to the documentation of this file.
1 #ifndef DRIVETASK_H
2 #define DRIVETASK_H
3 
11 namespace gcp {
12  namespace antenna {
13  namespace control {
14 
15 
19  class DriveTask {
20 
21  public:
22 
26  enum Id {
27  UNKNOWN = 0x1,
28  DRIVE = 0x2,
29  PMACCOMMS = 0x4
30  };
31 
32  }; // End class DriveTask
33 
34  }; // End namespace control
35  }; // End namespace antenna
36 } // End namespace gcp
37 
38 #endif // End #ifndef
Definition: DriveTask.h:19
Id
Definition: DriveTask.h:26