CARMA C++
|
#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... | |
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.
carma::interferometry::DelayStatus::DelayStatus | ( | unsigned short | nAntennas | ) |
Constructor.
nAntennas | The number of antennas this object represents |
|
virtual |
destructor
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.