F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FpConfig.hpp
Go to the documentation of this file.
1 
11 #include <Fw/Types/BasicTypes.hpp>
12 #include <FppConstantsAc.hpp>
13 extern "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.