|
HLCC Documentation 2.2.0
|
#include <pointingCorrection.hpp>
Public Member Functions | |
| PointingCorrection (const taiclock::TaiClock::time_point timestamp, const double correction_ra, const double correction_dec, const bool is_valid) | |
| PointingCorrection & | operator= (const PointingCorrection &corr) |
| Assignement operator. | |
| PointingCorrection () | |
| PointingCorrection (const PointingCorrection &corr) | |
| Copy constructor. | |
| taiclock::TaiClock::time_point | GetTimestamp () const |
| getter | |
| double | GetRa () const |
| Getter. | |
| double | GetDec () const |
| Getter. | |
| bool | IsValid () const |
| Getter. | |
The pointing corrections.
Pointing correction are sent by TREx (MUDPI) and applied by the GuideProbe controller.
|
inline |
Constructor
| timestamp | The timestamp |
| correction_ra | The pointing correction in RA |
| correction_dec | The pointing correction in DEC |
| is_valid | The validity flag |
|
inline |
Empty constructor: builds an invalid PointingCorrection with the actual timestamp
|
inline |
Copy constructor.
| corr | The pointing correction to copy |
|
inline |
Getter.
|
inline |
Getter.
|
inline |
getter
|
inline |
Getter.
|
inline |
Assignement operator.