CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
Oscillator.h
1
#ifndef OSCILLATOR_H
2
#define OSCILLATOR_H
3
4
#include <string>
5
6
#include "carma/szautil/Oscillator.h"
7
#include "
carma/antenna/sza/antenna/canbus/CanDevice.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,
28
carma::canbus::apiType
api,
29
carma::canbus::nodeType
node,
30
carma::canbus::CanOutput
& io);
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
CanDevice.h
Started: Fri Nov 21 15:46:44 UTC 2003.
carma::canbus::apiType
unsigned short apiType
Carma API id type.
Definition:
Types.h:64
carma::canbus::nodeType
unsigned short nodeType
Carma Node Type id type.
Definition:
Types.h:66
carma::canbus::CanOutput
CanOutput interface.
Definition:
CanOutput.h:26
sza::antenna::control::SzaShare
An instance of this class is created by AntennaMaster and passed to the constructors of other tasks...
Definition:
Share.h:38
carma
antenna
sza
antenna
canbus
Oscillator.h
Generated by
1.8.5