Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
pprz_dl.c File Reference
+ Include dependency graph for pprz_dl.c:

Go to the source code of this file.

Macros

#define PPRZ_UPDATE_DL   TRUE
 

Functions

void pprz_dl_init (void)
 Init function. More...
 
void pprz_dl_event (void)
 Datalink Event. More...
 

Variables

struct pprz_transport pprz_tp
 PPRZ transport structure. More...
 

Macro Definition Documentation

◆ PPRZ_UPDATE_DL

#define PPRZ_UPDATE_DL   TRUE

Definition at line 30 of file pprz_dl.c.

Function Documentation

◆ pprz_dl_event()

void pprz_dl_event ( void  )

Datalink Event.

Definition at line 40 of file pprz_dl.c.

References dl_buffer, dl_msg_available, DlCheckAndParse(), DOWNLINK_DEVICE, pprz_tp, and PPRZ_UPDATE_DL.

Referenced by main_event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ pprz_dl_init()

void pprz_dl_init ( void  )

Init function.

Definition at line 35 of file pprz_dl.c.

References pprz_tp.

Referenced by main_init().

+ Here is the caller graph for this function:

Variable Documentation

◆ pprz_tp

struct pprz_transport pprz_tp

PPRZ transport structure.

Definition at line 33 of file pprz_dl.c.

Referenced by pprz_dl_event(), and pprz_dl_init().