My Project
|
#include <FixedCollimation.h>
Public Member Functions | |
FixedCollimation () | |
void | setXOffset (gcp::util::Angle x) |
void | setYOffset (gcp::util::Angle y) |
void | incrXOffset (gcp::util::Angle x) |
void | incrYOffset (gcp::util::Angle y) |
void | reset () |
void | apply (PointingCorrections *f, TrackerOffset &offset) |
void | pack (signed *s_elements) |
void | print () |
![]() | |
Collimation () | |
virtual | ~Collimation () |
bool | isUsable () |
void | setUsable (bool usable) |
![]() | |
SkyOffset () | |
void | reset () |
void | set (gcp::util::OffsetMsg msg) |
void | setXInRadians (double x) |
void | setYInRadians (double y) |
void | incrXInRadians (double x) |
void | incrYInRadians (double y) |
void | cacheValues () |
void | apply (PointingCorrections *f) |
void | pack (signed *s_elements) |
void | print () |
![]() | |
OffsetBase () | |
virtual | ~OffsetBase ()=0 |
virtual void | set (gcp::util::OffsetMsg, unsigned seq) |
virtual void | setAngle (double angle) |
Additional Inherited Members | |
![]() | |
static double | wrapPi (double angle) |
static double | wrap2pi (double angle) |
![]() | |
bool | usable_ |
Objects of the following type contain the collimation components of the pointing model.
FixedCollimation::FixedCollimation | ( | ) |
Constructor trivially calls reset() method, below.
....................................................................... Constructor trivially calls reset() method, below.
void FixedCollimation::incrXOffset | ( | gcp::util::Angle | x | ) |
Increment the tilt associated with this collimation correction.
....................................................................... Update the x offset associated with this collimation correction
void FixedCollimation::incrYOffset | ( | gcp::util::Angle | y | ) |
Increment the azimuth associated with this collimation correction.
....................................................................... Update the elevation offset associated with this collimation correction
void FixedCollimation::setXOffset | ( | gcp::util::Angle | x | ) |
Update the tilt associated with this collimation correction.
....................................................................... Update the x offset associated with this collimation correction
void FixedCollimation::setYOffset | ( | gcp::util::Angle | y | ) |
Update the azimuth associated with this collimation correction.
....................................................................... Update the elevation offset associated with this collimation correction