Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
telemetry_intermcu.h File Reference

Telemetry through InterMCU. More...

#include "std.h"
+ Include dependency graph for telemetry_intermcu.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void telemetry_intermcu_init (void)
 
void telemetry_intermcu_periodic (void)
 
void telemetry_intermcu_event (void)
 
void telemetry_intermcu_on_msg (uint8_t *msg, uint8_t size)
 

Detailed Description

Telemetry through InterMCU.

Definition in file telemetry_intermcu.h.

Function Documentation

void telemetry_intermcu_on_msg ( uint8_t msg,
uint8_t  size 
)

Definition at line 72 of file telemetry_intermcu_ap.c.

References datalink_nb_msgs, datalink_time, telemetry_intermcu_t::dev, dl_parse_msg(), telemetry_intermcu, telemetry_intermcu_repack(), and telemetry_intermcu_t::trans.

Referenced by intermcu_parse_msg().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void telemetry_intermcu_periodic ( void  )