Home
last modified time | relevance | path

Searched refs:LockPosShiftParams (Results 1 – 5 of 5) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dguidinglog.h43 struct LockPosShiftParams;
159 void NotifyLockShiftParams(const LockPosShiftParams& shiftParams, const PHD_Point& cameraRate);
H A Dguider.h99 struct LockPosShiftParams struct
165 LockPosShiftParams m_lockPosShift;
234 const LockPosShiftParams& GetLockPosShiftParams() const { return m_lockPosShift; } in GetLockPosShiftParams()
H A Devent_server.cpp1141 static JObj& operator<<(JObj& j, const LockPosShiftParams& l) in operator <<()
1157 const LockPosShiftParams& lockShift = pFrame->pGuider->GetLockPosShiftParams(); in get_lock_shift_params()
1162 LockPosShiftParams tmp; in get_lock_shift_params()
1208 static bool parse_lock_shift_params(LockPosShiftParams *shift, const json_value *params, wxString *… in parse_lock_shift_params()
1272 LockPosShiftParams shift; in set_lock_shift_params()
H A Dcomet_tool.cpp310 const LockPosShiftParams& shift = pFrame->pGuider->GetLockPosShiftParams(); in OnAppStateNotify()
H A Dguidinglog.cpp665 void GuidingLog::NotifyLockShiftParams(const LockPosShiftParams& shiftParams, const PHD_Point& came… in NotifyLockShiftParams()