![]()  | 
  
    F´ Flight Software - C/C++ Documentation
    devel
    
   A framework for building embedded system applications to NASA flight quality standards. 
   | 
 
The Svc::WatchDog port is used to ping active components to verify that they are still responsive and have not hung. 
A health component in the system uses a set of ping ports to send a message to an active component. The active component is required to respond with the value in the key argument passed in the port by a certain timeout.
The Svc::WatchDog port has the following port diagram:

The Svc::WatchDog port has the following arguments:
Argument | Type | Description --— | --------— code | U32 | Code for the watchdog reset 
There are no serializables defined in the port
| Date | Description | 
|---|---|
| 1/25/2016 | Initial Version |