F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
InternalInterfaceString.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // @file InternalInterfaceString.hpp
3 // @author F Prime
4 // @brief A string sized for an internal port argument
5 // ======================================================================
6 
7 #ifndef FW_INTERNAL_INTERFACE_STRING_HPP
8 #define FW_INTERNAL_INTERFACE_STRING_HPP
9 
12 
13 namespace Fw {
14 
16 
17 } // namespace Fw
18 
19 #endif
Implementation of malloc based allocator.