Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | Fbw(f) |
#define | Ap(f) |
#define | AP_THREAD_STACK_SIZE 8192 |
#define | FBW_THREAD_STACK_SIZE 1024 |
Functions | |
static void | thd_ap (void *arg) |
static | THD_WORKING_AREA (wa_thd_ap, AP_THREAD_STACK_SIZE) |
static void | thd_fbw (void *arg) |
static | THD_WORKING_AREA (wa_thd_fbw, FBW_THREAD_STACK_SIZE) |
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 AP_THREAD_STACK_SIZE 8192 |
Definition at line 60 of file main_chibios.c.
#define Fbw | ( | f | ) |
Definition at line 42 of file main_chibios.c.
#define FBW_THREAD_STACK_SIZE 1024 |
Definition at line 74 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 166 of file main_chibios.c.
Referenced by thdUsbStorage().
|
static |
Definition at line 129 of file main_chibios.c.
References Ap, and handle_periodic_tasks().
Referenced by main().
|
static |
Definition at line 148 of file main_chibios.c.
References Fbw, and handle_periodic_tasks().
Referenced by main().
|
static |
|
static |
|
static |
Definition at line 68 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().
|
static |
Definition at line 82 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().