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