My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
PointingMode.h
1 #ifndef GCP_UTIL_POINTINGMODE_H
2 #define GCP_UTIL_POINTINGMODE_H
3 
11 namespace gcp {
12  namespace util {
13 
14 
18  class PointingMode {
19 
20  public:
21 
25  enum Type {
26  OPTICAL,
27  RADIO
28  };
29 
30  }; // End class PointingMode
31 
32  } // End namespace util
33 } // End namespace gcp
34 
35 
36 #endif // End #ifndef
Definition: PointingMode.h:18
Type
Definition: PointingMode.h:25