Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | pprz_dl_init (void) |
Init function. More... | |
void | pprz_dl_event (void) |
Datalink Event. More... | |
Variables | |
struct pprz_transport | pprz_tp |
PPRZ transport structure. More... | |
void pprz_dl_event | ( | void | ) |
Datalink Event.
Definition at line 36 of file pprz_dl.c.
References dl_buffer, dl_msg_available, DlCheckAndParse(), DOWNLINK_DEVICE, and pprz_tp.
Referenced by main_event().
void pprz_dl_init | ( | void | ) |
Init function.
Definition at line 31 of file pprz_dl.c.
References pprz_tp.
Referenced by main_init().
struct pprz_transport pprz_tp |
PPRZ transport structure.
Definition at line 29 of file pprz_dl.c.
Referenced by pprz_dl_event(), and pprz_dl_init().