|
Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/datalink/bluegiga_dl.h"#include "subsystems/datalink/datalink.h"#include "subsystems/datalink/bluegiga.h"
Include dependency graph for bluegiga_dl.c:Go to the source code of this file.
Macros | |
| #define | BLUEGIGA_UPDATE_DL TRUE |
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... | |
| #define BLUEGIGA_UPDATE_DL TRUE |
Definition at line 31 of file bluegiga_dl.c.
Referenced by bluegiga_dl_event().
| 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.
Here is the call graph for this function:| 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.
Here is the call graph for this function:| 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().