|
QLIB-function: QAPIWatchdogStatus
The function QAPIWatchdogStatus reads the timeout status register of the watchdog card.
ULONG QAPIWatchdogStatus (void);
Return value
This function returns the timeout state of the watchdog. If this function returns a NULL the watchdog is in timeout state otherwise the watchdog is in normal operation. Use this function to determine whether the watchdog has rebooted the system.
Commands
This function addresses the first watchdog card detected by the system. The cards are detected in the following order:
1. USBWDOG1/2/3 2. PWDOG 1/2 3. WATCHDOG 1/2 4. WATCHDOG 3
Links
QAPIExtWatchdog
Back to the QLIB overview
|