F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
The Svc::Poly
is used to pass the polymorphic Fw::PolyType
between components. See the `Svc::PolyType` description for details on the class.
The arguments are as follows:
Argument|Description|Values -----—|--------—|---— entry | The index of the entry in the table status | The status of the measurement | MEASUREMENT_OK
= normal measurement, MEASUREMENT_FAILURE
= error reading measurement, MEASUREMENT_STALE
= measurement out of date time | The time tag of the measurement val | The value of the measurement
The Svc::Poly
port has the following port diagram:
Date | Description |
---|---|
6/24/2015 | Initial Version |
1/7/2016 | Added BDD diagram |