Home
last modified time | relevance | path

Searched refs:mountCoords (Results 1 – 7 of 7) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dstepguider.h200 void NotifyGuidingDithered(double dx, double dy, bool mountCoords) override;
H A Dmount.h321 virtual void NotifyGuidingDithered(double dx, double dy, bool mountCoords);
H A Dstepguider.cpp841 void StepGuider::NotifyGuidingDithered(double dx, double dy, bool mountCoords) in NotifyGuidingDithered() argument
843 Mount::NotifyGuidingDithered(dx, dy, mountCoords); in NotifyGuidingDithered()
H A Dmount.cpp1657 void Mount::NotifyGuidingDithered(double dx, double dy, bool mountCoords) in NotifyGuidingDithered() argument
1661 if (!mountCoords) in NotifyGuidingDithered()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.h170 … void mountCoords(const SkyPoint &position, ISD::Telescope::PierSide pierSide, const dms &haValue);
H A Danalyze.cpp2647 void Analyze::mountCoords(const SkyPoint &position, ISD::Telescope::PierSide pierSide, const dms &h… in mountCoords() function in Ekos::Analyze
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.cpp3514 analyzeProcess.get(), &Ekos::Analyze::mountCoords, Qt::UniqueConnection); in connectModules()