F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
The Drv::BlockDriver
is a demonstration component that loops back data buffers. It also emulates a timing interrupt driven by the public method void callIsr(void)
.
The requirements for Drv::BlockDriver
are as follows:
Requirement | Description | Verification Method |
---|---|---|
ISF-BDV-001 | The Drv::BlockDriver component shall loop back packets from its input port to its output port | System test |
ISF-BDV-002 | The Drv::BlockDriver component shall send a timing interrupt whenever callIsr() is invoked | System test |
The Drv::BlockDriver
component has the following component diagram:
TBD
Date | Description |
---|---|
4/20/2017 | Initial Version |