Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | bluegiga_dl_init (void) |
Init function. More... | |
void | bluegiga_dl_event (void) |
Datalink Event. More... | |
Variables | |
struct pprz_transport | pprz_bg_tp |
PPRZ transport structure. More... | |
void bluegiga_dl_event | ( | void | ) |
Datalink Event.
Definition at line 42 of file bluegiga_dl.c.
References BLUEGIGA_UPDATE_DL, dl_buffer, dl_msg_available, DlCheckAndParse(), DOWNLINK_DEVICE, and pprz_bg_tp.
void bluegiga_dl_init | ( | void | ) |
Init function.
Definition at line 36 of file bluegiga_dl.c.
References bluegiga_init(), bluegiga_p, and pprz_bg_tp.
struct pprz_transport pprz_bg_tp |
PPRZ transport structure.
Definition at line 34 of file bluegiga_dl.c.
Referenced by bluegiga_dl_event(), and bluegiga_dl_init().