![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the source code of this file.
Macros | |
#define | FW_HAS_64_BIT 1 |
Architecture supports 64 bit integers. More... | |
#define | FW_HAS_32_BIT 1 |
Architecture supports 32 bit integers. More... | |
#define | FW_HAS_16_BIT 1 |
Architecture supports 16 bit integers. More... | |
#define | SKIP_FLOAT_IEEE_754_COMPLIANCE 0 |
Check IEEE 754 compliance of floating point arithmetic. More... | |
#define FW_HAS_16_BIT 1 |
Architecture supports 16 bit integers.
Definition at line 31 of file FPrimeNumericalConfig.h.
#define FW_HAS_32_BIT 1 |
Architecture supports 32 bit integers.
Definition at line 30 of file FPrimeNumericalConfig.h.
#define FW_HAS_64_BIT 1 |
Architecture supports 64 bit integers.
Definition at line 29 of file FPrimeNumericalConfig.h.
#define SKIP_FLOAT_IEEE_754_COMPLIANCE 0 |
Check IEEE 754 compliance of floating point arithmetic.
Definition at line 32 of file FPrimeNumericalConfig.h.