|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
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. More... | |
| void | xbee_dl_event (void) |
| Datalink Event. More... | |
Variables | |
| struct xbee_transport | xbee_tp |
| XBEE transport structure. More... | |
Datalink using XBEE protocol.
Definition in file xbee_dl.h.
| void xbee_dl_event | ( | void | ) |
Datalink Event.
Definition at line 53 of file xbee_dl.c.
References dl_buffer, dl_msg_available, DlCheckAndParse(), and xbee_tp.
Here is the call graph for this function:| void xbee_dl_init | ( | void | ) |
| struct xbee_transport xbee_tp |
XBEE transport structure.
Definition at line 40 of file xbee_dl.c.
Referenced by xbee_dl_event(), and xbee_dl_init().