Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dwatchdogwidgt.cpp125 QString timeoutSeconds = ui->timeoutEdt->text(); in checkoutInput() local
126 if(timeoutSeconds.isEmpty() || timeoutSeconds.toInt()>10 || timeoutSeconds.toInt()<1) in checkoutInput()
133 if(feedSeconds.isEmpty() || timeoutSeconds.toFloat()<0.1 || timeoutSeconds.toFloat()> 10) in checkoutInput()
H A Diwatchdog.cpp32 bool IWatchDog::open(int timeoutSeconds, float feedSeconds) in open() argument
35 m_timeoutTimes= timeoutSeconds; in open()
H A Diwatchdog.h14 bool open(int timeoutSeconds, float feedSeconds);