CARMA C++
IfBand.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_IFBAND_H
2 #define SZA_UTIL_IFBAND_H
3 
11 namespace sza {
12  namespace util {
13 
14  class IfBand {
15  public:
16 
17  enum Band {
18  ONE,
19  TWO,
20  THREE,
21  FOUR
22  };
23 
24  }; // End class IfBand
25 
26  } // End namespace util
27 } // End namespace sza
28 
29 
30 
31 #endif // End #ifndef SZA_UTIL_IFBAND_H