Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | Fbw(f) |
#define | Ap(f) |
Functions | |
static void | thd_ap (void *arg) |
static | THD_WORKING_AREA (wa_thd_ap, 8192) |
static void | thd_fbw (void *arg) |
static | THD_WORKING_AREA (wa_thd_fbw, 1024) |
int | main (void) |
Main function. More... | |
void | pprz_terminate_autopilot_threads (void) |
Terminate all autopilot threads Wait until proper stop. More... | |
Variables | |
static thread_t * | apThdPtr = NULL |
static thread_t * | fbwThdPtr = NULL |
#define Ap | ( | f | ) |
Definition at line 49 of file main_chibios.c.
#define Fbw | ( | f | ) |
Definition at line 42 of file main_chibios.c.
int main | ( | void | ) |
void pprz_terminate_autopilot_threads | ( | void | ) |
Terminate all autopilot threads Wait until proper stop.
Definition at line 152 of file main_chibios.c.
Referenced by thdUsbStorage().
|
static |
Definition at line 115 of file main_chibios.c.
References Ap, and handle_periodic_tasks().
Referenced by main().
|
static |
Definition at line 134 of file main_chibios.c.
References Fbw, and handle_periodic_tasks().
Referenced by main().
|
static |
|
static |
|
static |
Definition at line 61 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().
|
static |
Definition at line 68 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().