Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.h191 void processGuideState(double time, const QString &state, bool batchMode = false);
H A Danalyze.cpp769 processGuideState(time, list[2], true); in processInputLine()
2374 processGuideState(logTime(), str); in guideState()
2377 void Analyze::processGuideState(double time, const QString &stateStr, bool batchMode) in processGuideState() function in Ekos::Analyze