Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
extra_pprz_dl.h File Reference

Extra datalink using PPRZ protocol. More...

+ Include dependency graph for extra_pprz_dl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ExtraDatalinkEvent()
 

Functions

void extra_pprz_dl_init (void)
 Init function. More...
 

Variables

struct pprz_transport extra_pprz_tp
 

Detailed Description

Extra datalink using PPRZ protocol.

Definition in file extra_pprz_dl.h.

Macro Definition Documentation

#define ExtraDatalinkEvent ( )
Value:
{ \
PprzCheckAndParse(EXTRA_DOWNLINK_DEVICE, extra_pprz_tp); \
}
#define PprzCheckAndParse(_dev, _trans)
struct pprz_transport extra_pprz_tp
Definition: extra_pprz_dl.c:26

Definition at line 39 of file extra_pprz_dl.h.

Function Documentation

void extra_pprz_dl_init ( void  )

Init function.

Definition at line 28 of file extra_pprz_dl.c.

References extra_pprz_tp, and pprz_transport_init().

+ Here is the call graph for this function:

Variable Documentation

struct pprz_transport extra_pprz_tp

Definition at line 26 of file extra_pprz_dl.c.

Referenced by extra_pprz_dl_init(), and mf_daq_send_state().