Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
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 (void) |
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 | ( | void | ) |