Searched refs:m_maxPulseWidth (Results 1 – 4 of 4) sorted by relevance
98 return m_maxPulseWidth; in calcPulseTraveling()107 …return (int) ((float)m_minPulseWidth + ((float)value / m_maxAngle) * ((float)m_maxPulseWidth - (fl… in calcPulseTraveling()117 m_maxPulseWidth = width; in setMaxPulseWidth()132 return m_maxPulseWidth; in getMaxPulseWidth()146 m_maxPulseWidth = maxPulseWidth; in init()
36 m_maxPulseWidth = 2100; in ES9257()
36 m_maxPulseWidth = 2200; in ES08A()
159 int m_maxPulseWidth; variable