F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
PrmBuffer.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // @file PrmBuffer.hpp
3 // @author F Prime
4 // @brief A buffer sized for parameters
5 // ======================================================================
6 
7 #ifndef FW_PRM_BUFFER_HPP
8 #define FW_PRM_BUFFER_HPP
9 
11 #include "Fw/Types/StringBase.hpp"
12 
13 namespace Fw {
14 
16  "param string must fit into param buffer");
17 
19 
20 } // namespace Fw
21 
22 #endif
Declares F Prime string base class.
Implementation of malloc based allocator.
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.