CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
carma
szautil
Oscillator.h
Generated by
1.8.5