|
My Project
|
#include <ElTilt.h>
Public Member Functions | |
| ElTilt () | |
| void | reset () |
| void | setTilt (double tilt) |
| void | apply (PointingCorrections *f) |
| void | packTilt (signed *s_elements) |
Public Member Functions inherited from gcp::antenna::control::AxisTilt | |
| virtual | ~AxisTilt () |
| virtual void | setHaTilt (double ha_tilt) |
| virtual void | setLatTilt (double lat_tilt) |
| virtual void | packHaTilt (signed *s_elements) |
| virtual void | packLatTilt (signed *s_elements) |
Define a class for handling Elevation tilts.
| ElTilt::ElTilt | ( | ) |
|
virtual |
Correct the misalignment of the elevation axis.
| f | PointingCorrections * The az/el pointing to be corrected. |
....................................................................... Correct the misalignment of the elevation axis.
Input/Output: f PointingCorrections * The az/el pointing to be corrected.
Reimplemented from gcp::antenna::control::AxisTilt.
|
virtual |
Pack a tilt for archival in the register database.
....................................................................... Pack a tilt for archival in the register database.
Reimplemented from gcp::antenna::control::AxisTilt.
|
virtual |
Reset internal data members.
....................................................................... Reset internal data members.
Reimplemented from gcp::antenna::control::AxisTilt.
|
virtual |
Install the tilt.
....................................................................... Install the tilt.
Reimplemented from gcp::antenna::control::AxisTilt.