Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bluegiga_dl.h File Reference
#include "pprzlink/pprz_transport.h"
#include "subsystems/datalink/bluegiga.h"
+ Include dependency graph for bluegiga_dl.h:
+ This graph shows which files directly or indirectly include this file:

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

Function Documentation

void bluegiga_dl_event ( void  )

Datalink Event.

Definition at line 38 of file bluegiga_dl.c.

References 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 32 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 30 of file bluegiga_dl.c.

Referenced by bluegiga_dl_event(), and bluegiga_dl_init().