1 #ifndef SZA_UTIL_OFFSETMSG_H
2 #define SZA_UTIL_OFFSETMSG_H
87 inline void packMountOffsets(Mode offMode, Axis offAxes,
88 double az,
double el,
double pa)
99 inline void packEquatOffsets(Mode offMode, Axis offAxes,
100 double ra,
double dec)
107 body.equat.dec = dec;
110 inline void packTvOffsets(
double up,
double right)
114 axes = (Axis)(UP|RIGHT);
117 body.tv.right = right;
120 inline void packSkyOffsets(Mode offMode, Axis offAxes,
134 friend std::ostream& operator<<(std::ostream& os, OffsetMsg* msg);
142 #endif // End #ifndef SZA_UTIL_OFFSETMSG_H