CARMA C++
carma::interferometry::DelayStatus Class Reference

#include <carma/interferometry/DelayStatus.h>

Public Member Functions

 DelayStatus (unsigned short nAntennas)
 Constructor. More...
 
virtual ~DelayStatus ()
 destructor More...
 

Public Attributes

std::vector< bool > useAdjustable
 True to use the adjustable delay. More...
 
std::vector< bool > useGeometric
 True to use the geometric delay. More...
 
std::vector< bool > useHeight
 True to use the height delay. More...
 
std::vector< bool > useIonospheric
 True to use the ionospheric delay. More...
 
std::vector< bool > useThermal
 True to use the thermal delay. More...
 
std::vector< bool > useTropospheric
 True to use the tropospheric delay. More...
 

Detailed Description

This class contains the status variables for calculating a delay value. The boolean arrays use... indicate whether or not the Delay Engine should include certain delays in the total delay calculation (per antenna). The constructor will set all these to true.

Definition at line 30 of file DelayStatus.h.

Constructor & Destructor Documentation

carma::interferometry::DelayStatus::DelayStatus ( unsigned short  nAntennas)

Constructor.

Parameters
nAntennasThe number of antennas this object represents
virtual carma::interferometry::DelayStatus::~DelayStatus ( )
virtual

destructor

Member Data Documentation

std::vector<bool> carma::interferometry::DelayStatus::useAdjustable

True to use the adjustable delay.

Definition at line 43 of file DelayStatus.h.

std::vector<bool> carma::interferometry::DelayStatus::useGeometric

True to use the geometric delay.

Definition at line 46 of file DelayStatus.h.

std::vector<bool> carma::interferometry::DelayStatus::useHeight

True to use the height delay.

Definition at line 49 of file DelayStatus.h.

std::vector<bool> carma::interferometry::DelayStatus::useIonospheric

True to use the ionospheric delay.

Definition at line 52 of file DelayStatus.h.

std::vector<bool> carma::interferometry::DelayStatus::useThermal

True to use the thermal delay.

Definition at line 58 of file DelayStatus.h.

std::vector<bool> carma::interferometry::DelayStatus::useTropospheric

True to use the tropospheric delay.

Definition at line 55 of file DelayStatus.h.


The documentation for this class was generated from the following file: