Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

#define BLUEGIGA_UPDATE_DL   TRUE

Definition at line 31 of file bluegiga_dl.c.

Referenced by bluegiga_dl_event().

Function Documentation

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:

Variable Documentation

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