F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
SendBuff.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // SendBuff.hpp
3 // Standardization header for SendBuff
4 // ======================================================================
5 
6 #ifndef Ref_SendBuff_HPP
7 #define Ref_SendBuff_HPP
8 
10 
11 namespace Ref {
12 
14 
15 }
16 
17 #endif
This component sends a data buffer to a driver each time it is invoked by a scheduler.
SendBuffImpl SendBuff
Definition: SendBuff.hpp:13