Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp74 int DEC_PULSE_GRAPH = -1; variable
589 statsPlot->graph(DEC_PULSE_GRAPH)->addData(time, decPulse); in addGuideStatsInternal()
1481 updateStat(time, decPulseOut, statsPlot->graph(DEC_PULSE_GRAPH), intFcn); in updateStatsValues()
1737DEC_PULSE_GRAPH = initGraphAndCB(statsPlot, pulseAxis, QCPGraph::lsLine, decPulseColor, "DECp", de… in initStatsPlot()
1739 statsPlot->graph(DEC_PULSE_GRAPH)->setBrush(QBrush(decPulseColor, Qt::Dense4Pattern)); in initStatsPlot()