![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
The Fw::Cmd port is used to send a command with encoded arguments to a component.
The Fw::CmdResponse port is used by components to report the completion status of a command.
The Fw::CmdReg port is used by components to register their set of command opcodes.
The Fw::Cmd ports and types have the following diagram:

The Fw::CmdArgBuffer class represents a buffer to store a serialized command argument list.
The Fw::CmdString class represents a string class used for string command arguments.
The Fw::CmdPacket class represents a packet containing a serialized command.
| Date | Description |
|---|---|
| 6/25/2015 | Initial Version |