Home
last modified time | relevance | path

Searched refs:guideStats (Results 1 – 10 of 10) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguideinterface.h86 void guideStats(double raError, double decError, int raPulse, int decPulse,
H A Dguide.h466 void guideStats(double raError, double decError, int raPulse, int decPulse,
H A Dguide.cpp2047 connect(guider, &Ekos::GuideInterface::guideStats, this, &Ekos::Guide::guideStats); in setGuiderType()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dgmath.h153 void guideStats(double raError, double decError, int raPulse, int decPulse,
H A Dinternalguider.cpp36 connect(pmath.get(), &cgmath::guideStats, this, &InternalGuider::guideStats); in InternalGuider()
H A Dgmath.cpp540 emit guideStats(-out_params.delta[GUIDE_RA], -out_params.delta[GUIDE_DEC], in emitStats() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.h156 void guideStats(double raError, double decError, int raPulse, int decPulse,
H A Danalyze.cpp2442 void Analyze::guideStats(double raError, double decError, int raPulse, int decPulse, in guideStats() function in Ekos::Analyze
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/externalguide/
H A Dphd2.cpp506 emit guideStats(diff_ra_arcsecs, diff_de_arcsecs, pulse_ra, pulse_dec, in processPHD2Event() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.cpp3488 connect(guideProcess.get(), &Ekos::Guide::guideStats, in connectModules()
3489 analyzeProcess.get(), &Ekos::Analyze::guideStats, Qt::UniqueConnection); in connectModules()