F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
FpConfig.hpp
Go to the documentation of this file.
1
12#include <FppConstantsAc.hpp>
13extern "C" {
14#include <FpConfig.h>
15
16// Define max length of assert string
17// Note: This constant truncates file names in assertion failure event reports
18#ifndef FW_ASSERT_TEXT_SIZE
19#define FW_ASSERT_TEXT_SIZE FwAssertTextSize
20#endif
21
22}
C++ header for working with basic fprime types.
C-compatible configuration header for fprime configuration.