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
extra_pprz_dl.h File Reference

Extra datalink and telemetry using PPRZ protocol. More...

#include "subsystems/datalink/datalink.h"
#include "pprzlink/pprz_transport.h"
+ 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.

Functions

void extra_pprz_dl_event (void)
 Datalink Event. More...
 
void extra_pprz_dl_init (void)
 Init function. More...
 
void extra_pprz_dl_periodic (void)
 Periodic function. More...
 

Variables

struct pprz_transport extra_pprz_tp
 
uint8_t extra_dl_buffer [MSG_SIZE]
 

Detailed Description

Extra datalink and telemetry using PPRZ protocol.

Definition in file extra_pprz_dl.h.

Function Documentation

void extra_pprz_dl_event ( void  )

Datalink Event.

Definition at line 65 of file extra_pprz_dl.c.

References DlCheckAndParse(), extra_dl_buffer, extra_dl_msg_available, extra_pprz_tp, and EXTRA_PPRZ_UPDATE_DL.

+ Here is the call graph for this function:

void extra_pprz_dl_init ( void  )

Init function.

Definition at line 59 of file extra_pprz_dl.c.

References extra_pprz_tp.

void extra_pprz_dl_periodic ( void  )

Periodic function.

should be called at TELEMETRY_FREQUENCY

Definition at line 72 of file extra_pprz_dl.c.

References DefaultPeriodic, and extra_pprz_tp.

Variable Documentation