CARMA C++
Oscillator.h
1 #ifndef SZA_UTIL_OSCILLATOR_H
2 #define SZA_UTIL_OSCILLATOR_H
3 
11 namespace sza {
12  namespace util {
13 
14  class Oscillator {
15  public:
16 
17  enum {MAX_CHNL = 8};
18 
19  }; // End class Oscillator
20 
21  } // End namespace util
22 } // End namespace sza
23 
24 
25 
26 #endif // End #ifndef SZA_UTIL_OSCILLATOR_H