CARMA C++
CorrelatorInfo.idl
Go to the documentation of this file.
1 #ifndef CARMA_CONTROL_CORRELATORINFO_IDL
2 #define CARMA_CONTROL_CORRELATORINFO_IDL
3 
14 
15 module carma {
16 module control {
17 const string CORR_DESIGNATION_STRING = "correlatorDesignation";
18 
25 };
26 
27 
31 enum SidebandType {
35 };
36 
41  BLOCK_DC_POL1,
42  BLOCK_DC_POL2
43 };
44 
45 
46 enum DecimationMode {
47  DECIMATION_OFF_KEEP_END_CHANNELS,
48  DECIMATION_OFF_DROP_END_CHANNELS,
49  DECIMATION_ON
50 };
51 
58 };
59 
60 /*
61 enum AstroBandModeType {
62  NONE,
63  UNKNOWN,
64  LL,
65  RR,
66  CARMA23,
67  FULLSTOKES
68 };
69 */
70 
71 }; // end control
72 }; // end carma
73 
74 #endif // end of conditional include
75 
SidebandType
Downconverter sideband choice.
dual-polarization, LL and RR
Correlator type enumeration.
CorrModeType
Correlator operational modes.
default, single polarization mode, e.g. LL or RR
Full-stokes mode.
BlockDCPolarizationType
Block Downconverter polarization input selector choice.
Request that system choose the sideband.
CorrFpgaModeType
Correlator FPGA configuration/polarization mode.