Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dbacklash_comp.h78 std::vector<double> m_southBLSteps; variable
142 const std::vector<double>& GetSouthSteps() const { return m_southBLSteps; } in GetSouthSteps()
H A Dbacklash_comp.cpp758 return m_southBLSteps.size() > 0; in IsGraphable()
783 m_southBLSteps.clear(); in StartMeasurement()
836 for (int step = 1; step < m_southBLSteps.size(); step++) in ComputeBacklashPx()
838 double southMove = m_southBLSteps[step] - m_southBLSteps[step-1]; in ComputeBacklashPx()
1071 m_southBLSteps.push_back(currMountLocation.Y); in DecMeasurementStep()
1079 m_southBLSteps.push_back(currMountLocation.Y); in DecMeasurementStep()