|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
datalink forwarder for InterMCU More...
#include "std.h"#include "pprzlink/pprzlink_device.h"#include "pprzlink/pprzlink_transport.h"
Include dependency graph for intermcu_dl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | intermcu_dl_t |
Functions | |
| void | intermcu_dl_init (void) |
| Init function. | |
| void | intermcu_dl_repack (struct transport_tx *trans, struct link_device *dev, uint8_t *msg, uint8_t size) |
| repack a message and send on device | |
| void | intermcu_dl_on_msg (uint8_t *msg, uint8_t size) |
| function to forward telemetry on new message | |
Variables | |
| struct intermcu_dl_t | intermcu_dl |
datalink forwarder for InterMCU
Definition in file intermcu_dl.h.
| struct intermcu_dl_t |
Definition at line 34 of file intermcu_dl.h.
Collaboration diagram for intermcu_dl_t:| Data Fields | ||
|---|---|---|
| struct link_device * | dev | Device structure for communication. |
| struct transport_tx * | trans | Forwarding transport. |
Init function.
Definition at line 40 of file intermcu_dl.c.
References intermcu_dl_t::dev, foo, intermcu_dl, and intermcu_dl_t::trans.
function to forward telemetry on new message
| msg | pointer to the message buffer |
| size | size of the message to send |
function to forward telemetry on new message
Definition at line 79 of file intermcu_dl.c.
References intermcu_dl_t::dev, foo, intermcu_dl, intermcu_dl_repack(), msg, and intermcu_dl_t::trans.
Referenced by intermcu_event().
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
repack a message and send on device
| trans | pointer to the TX transport |
| dev | pointer to the sending device |
| msg | pointer to the message buffer |
| size | size of the message to send |
repack a message and send on device
Definition at line 57 of file intermcu_dl.c.
Referenced by intermcu_dl_on_msg(), and intermcu_forward_uplink().
Here is the caller graph for this function:
|
extern |
Definition at line 37 of file intermcu_dl.c.
Referenced by intermcu_dl_init(), and intermcu_dl_on_msg().