|
Paparazzi UAS v7.1_unstable
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 | |
| uint8_t * | extra_dl_get_buffer (void) |
| void | extra_pprz_dl_event (void) |
| Datalink Event. | |
| void | extra_pprz_dl_init (void) |
| Init function. | |
| void | extra_pprz_dl_periodic (void) |
| Periodic function. | |
Variables | |
| struct pprz_transport | extra_pprz_tp |
Extra datalink and telemetry using PPRZ protocol.
Definition in file extra_pprz_dl.h.
Definition at line 78 of file extra_pprz_dl.c.
References extra_dl_buffer.
Referenced by copilot_parse_move_wp_dl(), and copilot_parse_payload_command_dl().
Here is the caller graph for this function:Datalink Event.
Definition at line 64 of file extra_pprz_dl.c.
References DlCheckAndParse(), extra_dl_buffer, extra_dl_msg_available, extra_pprz_tp, EXTRA_PPRZ_UPDATE_DL, and foo.
Here is the call graph for this function:Periodic function.
should be called at TELEMETRY_FREQUENCY
Definition at line 70 of file extra_pprz_dl.c.
References DefaultPeriodic, extra_pprz_tp, and foo.
|
extern |
Definition at line 57 of file extra_pprz_dl.c.
Referenced by copilot_parse_move_wp_dl(), copilot_parse_payload_command_dl(), dc_send_command_common(), dc_set_expo(), extra_pprz_dl_event(), extra_pprz_dl_init(), extra_pprz_dl_periodic(), and mf_daq_send_state().