Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.cpp1432 void Manager::setTelescope(ISD::GDInterface * scopeDevice) in setTelescope() function in Ekos::Manager
1445 mountProcess->setTelescope(scopeDevice); in setTelescope()
1455 guideProcess->setTelescope(scopeDevice); in setTelescope()
1461 alignProcess->setTelescope(scopeDevice); in setTelescope()
1547 alignProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in setCCD()
1548 captureProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in setCCD()
1549 guideProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in setCCD()
1787 guideProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewNumber()
1793 alignProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewNumber()
1799 mountProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewNumber()
[all …]
H A Dmanager.h413 void setTelescope(ISD::GDInterface *);
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/mount/
H A Dmount.h78 void setTelescope(ISD::GDInterface *newTelescope);
H A Dmount.cpp226 void Mount::setTelescope(ISD::GDInterface *newTelescope) in setTelescope() function in Ekos::Mount
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.h195 void setTelescope(ISD::GDInterface *newTelescope);
H A Dguide.cpp425 void Guide::setTelescope(ISD::GDInterface *newTelescope) in setTelescope() function in Ekos::Guide
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dalign.h225 void setTelescope(ISD::GDInterface *newTelescope);
H A Dalign.cpp860 void Align::setTelescope(ISD::GDInterface *newTelescope) in setTelescope() function in Ekos::Align
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcapture.h330 void setTelescope(ISD::GDInterface *newTelescope);
H A Dcapture.cpp3981 void Capture::setTelescope(ISD::GDInterface * newTelescope) in setTelescope() function in Ekos::Capture