|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Extra datalink and telemetry 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.
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] |
Extra datalink and telemetry using PPRZ protocol.
Definition in file extra_pprz_dl.h.
| void extra_pprz_dl_event | ( | void | ) |
Datalink Event.
Definition at line 60 of file extra_pprz_dl.c.
References DlCheckAndParse(), extra_dl_buffer, extra_dl_msg_available, and extra_pprz_tp.
Here is the call graph for this function:| void extra_pprz_dl_init | ( | void | ) |
| void extra_pprz_dl_periodic | ( | void | ) |
Periodic function.
should be called at TELEMETRY_FREQUENCY
Definition at line 67 of file extra_pprz_dl.c.
References DefaultPeriodic, and extra_pprz_tp.
Definition at line 50 of file extra_pprz_dl.c.
Referenced by copilot_parse_move_wp_dl(), and extra_pprz_dl_event().
| struct pprz_transport extra_pprz_tp |
Definition at line 52 of file extra_pprz_dl.c.
Referenced by copilot_parse_move_wp_dl(), extra_pprz_dl_event(), extra_pprz_dl_init(), extra_pprz_dl_periodic(), and mf_daq_send_state().