Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | STATIC_INLINE static inline |
Functions | |
STATIC_INLINE void | main_init (void) |
Main initialization. More... | |
STATIC_INLINE void | main_event (void) |
STATIC_INLINE void | handle_periodic_tasks (void) |
STATIC_INLINE void | main_periodic (void) |
STATIC_INLINE void | telemetry_periodic (void) |
STATIC_INLINE void | failsafe_check (void) |
Rotorcraft main loop.
Definition in file main.h.
STATIC_INLINE void failsafe_check | ( | void | ) |
STATIC_INLINE void handle_periodic_tasks | ( | void | ) |
|
inline |
Definition at line 104 of file setup_actuators.c.
|
inline |
Main initialization.
Definition at line 71 of file setup_actuators.c.
|
inline |
Definition at line 91 of file setup_actuators.c.
STATIC_INLINE void telemetry_periodic | ( | void | ) |