APM:Libraries
Macros
AP_HAL_Macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WARN_IF_UNUSED
 
#define constexpr   const
 
#define NORETURN   __attribute__ ((noreturn))
 
#define ALLOW_DOUBLE_MATH_FUNCTIONS
 

Macro Definition Documentation

◆ ALLOW_DOUBLE_MATH_FUNCTIONS

#define ALLOW_DOUBLE_MATH_FUNCTIONS

Definition at line 25 of file AP_HAL_Macros.h.

◆ constexpr

#define constexpr   const

Definition at line 16 of file AP_HAL_Macros.h.

◆ NORETURN

#define NORETURN   __attribute__ ((noreturn))

Definition at line 19 of file AP_HAL_Macros.h.

◆ WARN_IF_UNUSED

#define WARN_IF_UNUSED

Definition at line 10 of file AP_HAL_Macros.h.