CARMA C++
TaskType.h
Go to the documentation of this file.
1 #ifndef TASKTYPE_H
2 #define TASKTYPE_H
3 
11 namespace sza {
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 sza
28 
29 #endif // End #ifndef