CARMA C++
CorrDataRemapperControl.idl
1 
6 #ifndef CARMA_CORRELATOR_CORRDATAREMAPPER_IDL
7 #define CARMA_CORRELATOR_CORRDATAREMAPPER_IDL
8 
10 
11 #include "carma/signalpath/SignalPathMapperControl.idl"
12 
13 module carma {
14  module correlator {
15 
16  // Names under which this interface will be published
17 
18  const string CORRDATAREMAPPERCONTROL_NAME = "carma.correlatordataremapper";
19 
20  interface CorrDataRemapperControl {
21 
22  struct AstroBandInput {
23  unsigned short inputNo;
25  };
26 
27  typedef sequence<AstroBandInput> AstroBandInputSeq;
28 
29  void clearAstroBandInputMap(in unsigned short astroBandNo)
31 
32  void updateAstroBandInputMap(in unsigned short astroBandNo, in AstroBandInputSeq astroBandInputs)
34 
35  }; // interface CorrDataRemapperControl
36 
37  }; // module correlator
38 
39 }; // module carma
40 
41 #endif
Generic Carma variant of CORBA::UserException.
CORBA User Exception for carma::util.