CARMA C++
obsRecordUtils.h File Reference

Helper routines for, e.g. More...

#include "carma/correlator/obsRecord2/CorDataBase.h"
#include "carma/util/CorrelatorType.h"
#include <string>

Go to the source code of this file.

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::correlator
 Contains all correlator-specific functionality.
 
 carma::correlator::obsRecord2
 Contains CORBA-related correlator functionality.
 

Functions

carma::correlator::obsRecord2::BandWidthType carma::correlator::obsRecord2::getBandWidthType (const carma::util::CorrelatorBandWidthType bandwidth, const carma::util::CorrelatorBitType bits)
 Enumeration mapping between util and correlator namespaces for setting full bandwidth mode (bandwidth and bit quantization level). More...
 
::std::string carma::correlator::obsRecord2::getIniString (const BandWidthType bw, const FpgaModeType astrobandMode)
 
::std::string carma::correlator::obsRecord2::getStringForBandWidthType (const BandWidthType bw)
 
::std::string carma::correlator::obsRecord2::getStringForFpgaModeType (const FpgaModeType astrobandMode)
 
carma::correlator::obsRecord2::FpgaModeType carma::correlator::obsRecord2::utilFpgaModeToObsrecordFpgaMode (const carma::util::CorrelatorFpgaModeType mode)
 Enumeration mapping between util and correlator namespaces for setting full FPGA mode aka Astroband mode. More...
 

Detailed Description

Helper routines for, e.g.

parsing enums etc in CorDateBase.idl

Definition in file obsRecordUtils.h.