Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dbacklash_comp.cpp747 m_cumClearingDistance = 0; in BacklashTool()
900m_cumClearingDistance += decDelta; // use signed value in DecMeasurementStep()
919 m_cumClearingDistance = 0; in DecMeasurementStep()
967 if (fabs(m_cumClearingDistance) > BACKLASH_EXEMPTION_DISTANCE) in DecMeasurementStep()
971 …2f px is at least half of expected, continue with backlash measurement\n", m_cumClearingDistance)); in DecMeasurementStep()
H A Dbacklash_comp.h66 double m_cumClearingDistance; variable