My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
TaskType.h
Go to the documentation of this file.
1 #ifndef TASKTYPE_H
2 #define TASKTYPE_H
3 
11 namespace gcp {
12  namespace antenna {
13  namespace control {
14 
15 
19  class TaskType {
20  public:
21  enum {
22  }; // End class TaskType
23 
24 
25  }; // End namespace control
26  }; // End namespace antenna
27 } // End namespace gcp
28 
29 #endif // End #ifndef