F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
The Svc::Ping
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::Ping
port has the following port diagram:
The Svc::Ping
port has the following arguments:
Argument | Type | Description --— | --------— key | U32 | Key that the active component is required to return
There are no serializables defined in the port
Date | Description |
---|---|
1/5/2016 | Initial Version |