1 #ifndef TRACKEROFFSET_H
2 #define TRACKEROFFSET_H
136 #endif // End #ifndef
A class for managing mount offsets (az/el).
Collect together the various offset types used by the Tracker class.
sza::antenna::control::EquatOffset * EquatOffset()
Return a pointer to the equatorial offsets.
void packHorizOffset(signed *s_elements)
Pack mount horizon offsets for archival in the register database.
Tagged: Thu Nov 13 16:54:01 UTC 2003.
OffsetBase * Offset(sza::util::OffsetMsg::Type type)
A public method for obtaining a pointer to the right offset type.
Tagged: Thu Nov 13 16:53:38 UTC 2003.
While computing pointing corrections, an object of the following type is used to communicate accumula...
void reset()
Reset internal data members.
TrackerOffset()
Constructor.
sza::antenna::control::SkyOffset * SkyOffset()
Return a pointer to the sky offsets.
Tagged: Thu Nov 13 16:53:41 UTC 2003.
sza::antenna::control::MountOffset * MountOffset()
Return a pointer to the mount offsets.
Define a class to encapsulate a variety of offsets.
Tagged: Thu Nov 13 16:53:52 UTC 2003.
void packSkyOffset(signed *s_elements)
Pack sky offsets for archival in the register database.
Class to manage pointing offsets expressed as angular offsets on the sky.
A class used by Tracker to handle pointing.
Tagged: Thu Mar 11 16:38:48 PST 2004.
sza::antenna::control::TvOffset * TvOffset()
Return a pointer to the TV offsets.
A class to encapsulate offsets derived from the optical camera TV display.
void mergeTvOffset(PointingCorrections *f)
Update the az and el pointing offsets to include any new offsets measured by the user from the TV mon...
A class to manage equatorial (RA/DEC) tracking offsets.
void packEquatOffset(signed *s_elements)
Pack equatorial offsets for archival in the register database.