Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp63 int HFR_GRAPH = -1; variable
623 statsPlot->graph(HFR_GRAPH)->addData(startTime - .0001, qQNaN()); in addHFR()
624 statsPlot->graph(HFR_GRAPH)->addData(startTime, hfr); in addHFR()
625 statsPlot->graph(HFR_GRAPH)->addData(time, hfr); in addHFR()
626 statsPlot->graph(HFR_GRAPH)->addData(time + .0001, qQNaN()); in addHFR()
1439 updateStat(time, hfrOut, statsPlot->graph(HFR_GRAPH), d2Fcn, true); in updateStatsValues()
1656HFR_GRAPH = initGraphAndCB(statsPlot, statsPlot->yAxis, QCPGraph::lsStepRight, Qt::cyan, "HFR", hf… in initStatsPlot()