Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "mcu_periph/sys_time.h"
#include "mcu.h"
#include <ch.h>
#include "firmwares/rotorcraft/main_ap.h"
Go to the source code of this file.
Functions | |
static void | thd_ap (void *arg) |
static | THD_WORKING_AREA (wa_thd_ap, 8192) |
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 |
int main | ( | void | ) |
Main function.
Definition at line 51 of file main_chibios.c.
References apThdPtr, main_init(), thd_ap(), and TRUE.
void pprz_terminate_autopilot_threads | ( | void | ) |
Terminate all autopilot threads Wait until proper stop.
Definition at line 91 of file main_chibios.c.
|
static |
Definition at line 73 of file main_chibios.c.
References handle_periodic_tasks(), and main_event().
Referenced by main().
|
static |
|
static |
Definition at line 46 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().