Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
Handling of messages coming from ground and other A/Cs. More...
#include "subsystems/datalink/datalink.h"
#include "subsystems/datalink/downlink.h"
#include "pprzlink/messages.h"
#include "pprzlink/dl_protocol.h"
Go to the source code of this file.
Macros | |
#define | MOfMM(_x) (((float)(_x))/1000.) |
Functions | |
void | firmware_parse_msg (struct link_device *dev, struct transport_tx *trans, uint8_t *buf) |
Firmware specfic msg handler. More... | |
Handling of messages coming from ground and other A/Cs.
Definition in file fixedwing_datalink.c.
#define MOfMM | ( | _x | ) | (((float)(_x))/1000.) |
Definition at line 48 of file fixedwing_datalink.c.
Referenced by firmware_parse_msg().
void firmware_parse_msg | ( | struct link_device * | dev, |
struct transport_tx * | trans, | ||
uint8_t * | buf | ||
) |