Paparazzi UAS
v5.18.0_stable
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.
Macros | |
#define | THD_WORKING_AREA_MAIN 8192 |
Functions | |
static void | thd_ap (void *arg) |
THD_WORKING_AREA (wa_thd_ap, THD_WORKING_AREA_MAIN) | |
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 |
#define THD_WORKING_AREA_MAIN 8192 |
Definition at line 41 of file main_chibios.c.
int main | ( | void | ) |
Main function.
Definition at line 55 of file main_chibios.c.
References apThdPtr, main_init(), and thd_ap().
void pprz_terminate_autopilot_threads | ( | void | ) |
Terminate all autopilot threads Wait until proper stop.
Definition at line 100 of file main_chibios.c.
References apThdPtr.
|
static |
Definition at line 75 of file main_chibios.c.
References CH_CFG_ST_FREQUENCY, handle_periodic_tasks(), and main_event().
Referenced by main().
THD_WORKING_AREA | ( | wa_thd_ap | , |
THD_WORKING_AREA_MAIN | |||
) |
|
static |
Definition at line 50 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().