Searched refs:timeoutSeconds (Results 1 – 3 of 3) sorted by relevance
125 QString timeoutSeconds = ui->timeoutEdt->text(); in checkoutInput() local126 if(timeoutSeconds.isEmpty() || timeoutSeconds.toInt()>10 || timeoutSeconds.toInt()<1) in checkoutInput()133 if(feedSeconds.isEmpty() || timeoutSeconds.toFloat()<0.1 || timeoutSeconds.toFloat()> 10) in checkoutInput()
32 bool IWatchDog::open(int timeoutSeconds, float feedSeconds) in open() argument35 m_timeoutTimes= timeoutSeconds; in open()
14 bool open(int timeoutSeconds, float feedSeconds);