Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
bluegiga_dl.c File Reference
+ 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...
 

Macro Definition Documentation

◆ BLUEGIGA_UPDATE_DL

#define BLUEGIGA_UPDATE_DL   TRUE

Definition at line 31 of file bluegiga_dl.c.

Function Documentation

◆ 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:

◆ bluegiga_dl_init()

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:

Variable Documentation

◆ 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().