|
F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
The Fw::Com port is used to pass binary data to a service for transporting data out of the system. Incoming and outgoing packets are serialized into these buffers.
The Fw::Com port has the following port diagram:

The Fw::ComPacket class is a base class for other packet classes. It provides type identification for packet subtypes.
The Fw::ComBuffer class represents a buffer to store data for transmission. It is used as a destination buffer for serialization of Fw::ComPacket subtypes.
| Date | Description |
|---|---|
| 6/22/2015 | Initial Version |