CARMA C++
Oscillator.h
1 #ifndef OSCILLATOR_H
2 #define OSCILLATOR_H
3 
4 #include <string>
5 
6 #include "carma/szautil/Oscillator.h"
8 
16 namespace sza {
17  namespace antenna {
18  namespace canbus {
19 
20  class Oscillator : public CanDevice {
21  public:
22 
26  Oscillator(sza::antenna::control::SzaShare* share,
27  std::string boardName,
31 
35  virtual ~Oscillator();
36 
37  }; // End class Oscillator
38 
39  }; // End namespace canbus
40  }; // End namespace antenna
41 }; // End namespace sza
42 
43 #endif // End #ifndef
44 
45 
Started: Fri Nov 21 15:46:44 UTC 2003.
unsigned short apiType
Carma API id type.
Definition: Types.h:64
unsigned short nodeType
Carma Node Type id type.
Definition: Types.h:66
CanOutput interface.
Definition: CanOutput.h:26
An instance of this class is created by AntennaMaster and passed to the constructors of other tasks...
Definition: Share.h:38