virtual void setLatTilt(double lat_tilt)
Set the latitude tilt.
virtual void packLatTilt(signed *s_elements)
Pack a latitude tilt for archival in the register database.
A base class for managing tilts.
While computing pointing corrections, an object of the following type is used to communicate accumula...
virtual void packTilt(signed *s_elements)
Pack a tilt for archival in the register database.
virtual void setTilt(double tilt)
Generic method to set a tilt for classes which only manage one tilt.
Tagged: Thu Nov 13 16:53:47 UTC 2003.
virtual ~AxisTilt()
Virtual destructor ensures that the correct destructor will be called for classes that inherit from A...
virtual void apply(PointingCorrections *f)
Apply the tilts managed by this class to the pointing corrections.
virtual void packHaTilt(signed *s_elements)
Pack an HA tilt for archival in the register database.
virtual void setHaTilt(double ha_tilt)
Set the tilt in HA.
virtual void reset()
Reset private members of this class.