|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.dctl.hardware.watchdog.MultipleWatchdog
Multiple client watchdog that allows multiple threads to each strobe the watchdog
| Method Summary | |
static int |
getTimeout()
Get the timeout value |
boolean |
isEnabled()
Get the enabled state |
static MultipleWatchdog |
newClient()
Create a new multiple watchdog client |
void |
setEnabled(boolean flag)
Enable/disable the watchdog |
static void |
setTimeout(int ms)
Set the timeout in milliseconds |
void |
strobe()
Strobe the client. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static MultipleWatchdog newClient()
public static void setTimeout(int ms)
throws SystemException
ms - The timeout
SystemException - if there is a problem
public static int getTimeout()
throws SystemException
SystemException - if there is a problem
public void strobe()
throws SystemException
SystemException - if there is an error
public void setEnabled(boolean flag)
throws SystemException
flag - The value to set it to
SystemException - if there is an errorpublic boolean isEnabled()
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||