|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Telemetry through InterMCU. More...
#include "std.h"#include "pprzlink/short_transport.h"
Include dependency graph for telemetry_intermcu_ap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | telemetry_intermcu_t |
Macros | |
| #define | TELEMERTY_INTERMCU_MSG_SIZE 128 |
Variables | |
| struct telemetry_intermcu_t | telemetry_intermcu |
Telemetry through InterMCU.
Definition in file telemetry_intermcu_ap.h.
| struct telemetry_intermcu_t |
Definition at line 39 of file telemetry_intermcu_ap.h.
Collaboration diagram for telemetry_intermcu_t:| Data Fields | ||
|---|---|---|
| uint8_t | buf[TELEMERTY_INTERMCU_MSG_SIZE] | Buffer for the messages. |
| uint8_t | buf_idx | Index of the buffer. |
| struct link_device * | dev | Device structure for communication. |
| struct link_device | dev | Device structure for communication. |
| bool | msg_received | Whenever a datalink message is received. |
| uint8_t | rx_buffer[MSG_SIZE] | Received bytes from datalink. |
| struct pprz_transport | trans | Transport without any extra encoding. |
| struct short_transport | trans | Transport without any extra encoding. |
| #define TELEMERTY_INTERMCU_MSG_SIZE 128 |
Definition at line 35 of file telemetry_intermcu_ap.h.
Referenced by telemetry_intermcu_check_free_space(), and telemetry_intermcu_put_byte().
| struct telemetry_intermcu_t telemetry_intermcu |
Definition at line 38 of file telemetry_intermcu_ap.c.
Referenced by telemetry_intermcu_init(), telemetry_intermcu_on_msg(), and telemetry_intermcu_periodic().