12 #ifndef CARMA_INTERFEROMETRY_DELAYSTATUS_H
13 #define CARMA_INTERFEROMETRY_DELAYSTATUS_H
18 namespace interferometry {
64 void initializeVectors();
73 #endif //CARMA_INTERFEROMETRY_DELAYSTATUS_H
std::vector< bool > useHeight
True to use the height delay.
std::vector< bool > useTropospheric
True to use the tropospheric delay.
std::vector< bool > useThermal
True to use the thermal delay.
std::vector< bool > useIonospheric
True to use the ionospheric delay.
std::vector< bool > useGeometric
True to use the geometric delay.
std::vector< bool > useAdjustable
True to use the adjustable delay.
virtual ~DelayStatus()
destructor
DelayStatus(unsigned short nAntennas)
Constructor.