CARMA C++
SldcLoControl.idl
Go to the documentation of this file.
1 
12 #ifndef CARMA_DOWNCONVERTER_SLDCLOCONTROL_IDL
13 #define CARMA_DOWNCONVERTER_SLDCLOCONTROL_IDL
14 
16 
17 module carma {
18 module downconverter {
19 
23  interface SldcLoControl {
24 
33  void setLoFrequency( in unsigned short band,
34  in double freq )
35  raises ( carma::util::UserException );
36 
37  }; // interface SpectralLoControl
38 }; // module downconverter
39 }; // module carma
40 #endif
Carma Spectral Line Downconverter LO Control interface.
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.