1 #ifndef GCP_UTIL_OFFSETMSG_H
2 #define GCP_UTIL_OFFSETMSG_H
86 inline void packMountOffsets(
Mode offMode,
Axis offAxes,
87 double az,
double el,
double pa)
98 inline void packEquatOffsets(
Mode offMode,
Axis offAxes,
99 double ra,
double dec)
106 body.equat.dec = dec;
109 inline void packTvOffsets(
double up,
double right)
113 axes = (
Axis)(UP|RIGHT);
116 body.tv.right = right;
119 inline void packSkyOffsets(
Mode offMode,
Axis offAxes,
137 #endif // End #ifndef GCP_UTIL_OFFSETMSG_H
Mode
Definition: OffsetMsg.h:30
Definition: OffsetMsg.h:14
union gcp::util::OffsetMsg::@243 body
Type
Definition: OffsetMsg.h:20
Axis
Definition: OffsetMsg.h:41