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