Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
xbee_dl.h File Reference

Datalink using XBEE protocol. More...

#include "pprzlink/xbee_transport.h"
+ Include dependency graph for xbee_dl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void xbee_dl_init (void)
 Init function.
 
void xbee_dl_event (void)
 Datalink Event.
 

Variables

struct xbee_transport xbee_tp
 XBEE transport structure.
 

Detailed Description

Datalink using XBEE protocol.

Definition in file xbee_dl.h.

Function Documentation

◆ xbee_dl_event()

void xbee_dl_event ( void  )
extern

Datalink Event.

Definition at line 69 of file xbee_dl.c.

References dl_buffer, dl_msg_available, DlCheckAndParse(), foo, xbee_tp, and XBEE_UPDATE_DL.

+ Here is the call graph for this function:

◆ xbee_dl_init()

void xbee_dl_init ( void  )
extern

Init function.

Definition at line 58 of file xbee_dl.c.

References CONCAT, foo, sys_time_usleep(), XBEE_CHANNEL_CONF, XBEE_INIT, xbee_tp, and XBEE_TYPE.

+ Here is the call graph for this function:

Variable Documentation

◆ xbee_tp

struct xbee_transport xbee_tp
extern

XBEE transport structure.

Definition at line 56 of file xbee_dl.c.

Referenced by xbee_dl_event(), and xbee_dl_init().