F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
ComBuffer.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// @file ComBuffer.hpp
3
// @author F Prime
4
// @brief A buffer sized for communication packets
5
// ======================================================================
6
7
#ifndef FW_COM_BUFFER_HPP
8
#define FW_COM_BUFFER_HPP
9
10
#include "
Fw/Types/LinearBufferTemplate.hpp
"
11
12
namespace
Fw
{
13
14
using
ComBuffer
=
LinearBufferTemplate<FW_COM_BUFFER_MAX_SIZE>
;
15
16
}
// namespace Fw
17
18
#endif
Fw::LinearBufferTemplate< FW_COM_BUFFER_MAX_SIZE >
LinearBufferTemplate.hpp
Fw
Implementation of malloc based allocator.
Definition:
MemoryAllocation.hpp:14
Fw
Com
ComBuffer.hpp
Generated by
1.8.14