F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
FPrimeNumericalConfig.h File Reference

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...
 

Macro Definition Documentation

◆ FW_HAS_16_BIT

#define FW_HAS_16_BIT   1

Architecture supports 16 bit integers.

Definition at line 31 of file FPrimeNumericalConfig.h.

◆ FW_HAS_32_BIT

#define FW_HAS_32_BIT   1

Architecture supports 32 bit integers.

Definition at line 30 of file FPrimeNumericalConfig.h.

◆ FW_HAS_64_BIT

#define FW_HAS_64_BIT   1

Architecture supports 64 bit integers.

Definition at line 29 of file FPrimeNumericalConfig.h.

◆ SKIP_FLOAT_IEEE_754_COMPLIANCE

#define SKIP_FLOAT_IEEE_754_COMPLIANCE   0

Check IEEE 754 compliance of floating point arithmetic.

Definition at line 32 of file FPrimeNumericalConfig.h.