Home
last modified time | relevance | path

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

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