11 #include "carma/szautil/PointingMode.h"
void reset()
Restore the data members this object is managing to an intialization state.
bool isCurrent(sza::antenna::control::Refraction *r)
Return true if the passed argument is the current refraction model.
Type
Enumerate possible pointing modes.
While computing pointing corrections, an object of the following type is used to communicate accumula...
double applyRefraction(PointingCorrections *f)
Apply the refraction correction to the current pointing corrections.
Class to encapsulate any atmospheric (refraction) corrections to the antenna pointing model...
sza::antenna::control::Refraction * currentRefraction()
Get the current refraction.
Tagged: Thu Nov 13 16:53:50 UTC 2003.
void setCurrentRefraction(sza::util::PointingMode::Type mode)
Set the requested mode (optical | radio) to be the current refraction model.
sza::antenna::control::Refraction * Refraction(sza::util::PointingMode::Type mode)
Return a pointer to the requested refraction container.
Class to encapsulate refraction corrections.