|
CARMA C++
|
Define a class for handling AZ tilts. More...
#include <carma/antenna/sza/antenna/control/AzTilt.h>
Public Member Functions | |
| void | apply (PointingCorrections *f) |
| Correct the tilt of the azimuth axis. More... | |
| AzTilt () | |
| Constructor trivially calls reset(), below. More... | |
| void | packHaTilt (signed *s_elements) |
| Pack an HA tilt for archival in the register database. More... | |
| void | packLatTilt (signed *s_elements) |
| Pack a latitude tilt for archival in the register database. More... | |
| void | reset () |
| Reset internal data members to something sensible. More... | |
| void | setHaTilt (double ha_tilt) |
| Install a HA tilt. More... | |
| void | setLatTilt (double lat_tilt) |
| Install a latitude tilt. More... | |
Public Member Functions inherited from sza::antenna::control::AxisTilt | |
| virtual void | packTilt (signed *s_elements) |
| Pack a tilt for archival in the register database. More... | |
| virtual void | setTilt (double tilt) |
| Generic method to set a tilt for classes which only manage one tilt. More... | |
| virtual | ~AxisTilt () |
| Virtual destructor ensures that the correct destructor will be called for classes that inherit from AxisTilt. More... | |
| sza::antenna::control::AzTilt::AzTilt | ( | ) |
Constructor trivially calls reset(), below.
|
virtual |
Correct the tilt of the azimuth axis.
Reimplemented from sza::antenna::control::AxisTilt.
|
virtual |
Pack an HA tilt for archival in the register database.
Reimplemented from sza::antenna::control::AxisTilt.
|
virtual |
Pack a latitude tilt for archival in the register database.
Reimplemented from sza::antenna::control::AxisTilt.
|
virtual |
Reset internal data members to something sensible.
Reimplemented from sza::antenna::control::AxisTilt.
|
virtual |
Install a HA tilt.
Reimplemented from sza::antenna::control::AxisTilt.
|
virtual |
Install a latitude tilt.
Reimplemented from sza::antenna::control::AxisTilt.