Home
last modified time | relevance | path

Searched refs:sendPulse (Results 1 – 2 of 2) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.h384 bool sendPulse(GuideDirection ra_dir, int ra_msecs, GuideDirection dec_dir, int dec_msecs);
385 bool sendPulse(GuideDirection dir, int msecs);
H A Dguide.cpp1202 bool Guide::sendPulse(GuideDirection ra_dir, int ra_msecs, GuideDirection dec_dir, int dec_msecs) in sendPulse() function in Ekos::Guide
1214 bool Guide::sendPulse(GuideDirection dir, int msecs) in sendPulse() function in Ekos::Guide
1910 …connect(internalGuider, SIGNAL(newPulse(GuideDirection, int)), this, SLOT(sendPulse(GuideDirection… in setGuiderType()
1912 SLOT(sendPulse(GuideDirection, int, GuideDirection, int))); in setGuiderType()
2811 …bool rc = sendPulse(raPolarity > 0 ? RA_INC_DIR : RA_DEC_DIR, raMsec, decPolarity > 0 ? DEC_INC_DI… in nonGuidedDither()