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