CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
LOControl.idl
Go to the documentation of this file.
1
8
#ifndef _LOIDL
9
#define _LOIDL
10
11
#include "
carma/util/UserException.idl
"
12
13
module carma {
14
15
module antenna {
16
17
module common {
23
interface
LOControl
{
24
34
void
setYigFrequency( in
double
yigFreq )
35
raises (
carma::util::UserException
);
36
46
void
setLoFrequency(in
double
Frequency)
47
raises (
carma::util::UserException
);
48
56
void
toggleSweep(in
boolean
on)
57
raises (
carma::util::UserException
);
58
65
void
toggleYigSweep(in
boolean
on)
66
raises (
carma::util::UserException
);
67
74
void
setLoTerminatorAttenuation(in
unsigned
short
atten)
75
raises (
carma::util::UserException
);
76
77
};
// End LO interface
78
79
};
// End common module
80
81
};
// End antenna module
82
83
};
// End carma module
84
85
#endif // _LOIDL
86
carma::util::UserException
Generic Carma variant of CORBA::UserException.
Definition:
UserException.idl:75
UserException.idl
CORBA User Exception for carma::util.
carma::antenna::common::LOControl
Antenna Local Oscillator control.
Definition:
LOControl.idl:23
carma
antenna
common
LOControl.idl
Generated by
1.8.5