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 "datalink.h"
#include "subsystems/datalink/downlink.h"
#include "generated/modules.h"
#include "generated/settings.h"
#include "pprzlink/messages.h"
#include "subsystems/gps.h"
Go to the source code of this file.
Macros | |
#define | DATALINK_C |
#define | MODULES_DATALINK_C |
Functions | |
void | dl_parse_msg (void) |
Should be called when chars are available in dl_buffer. More... | |
WEAK void | firmware_parse_msg (void) |
Firmware specfic msg handler. More... | |
Handling of messages coming from ground and other A/Cs.
Definition in file datalink.c.
#define DATALINK_C |
Definition at line 28 of file datalink.c.
#define MODULES_DATALINK_C |
Definition at line 29 of file datalink.c.
void dl_parse_msg | ( | void | ) |
Should be called when chars are available in dl_buffer.
Definition at line 55 of file datalink.c.
References DefaultChannel, DefaultDevice, dl_buffer, firmware_parse_msg(), gps_inject_data(), IdOfMsg, IdOfPprzMsg, LED_TOGGLE, parse_rc_3ch_datalink(), parse_rc_4ch_datalink(), SenderIdOfPprzMsg, and val.
Referenced by DlCheckAndParse().
WEAK void firmware_parse_msg | ( | void | ) |
Firmware specfic msg handler.
NAV
WIND_INFO
Definition at line 143 of file datalink.c.
References LlaCoor_f::alt, UtmCoor_f::alt, DefaultChannel, DefaultDevice, dl_buffer, UtmCoor_f::east, gps_nb_ovrn, IdOfPprzMsg, infrared, LlaCoor_f::lat, LlaCoor_f::lon, MOfMM, nav_goto_block(), nav_move_waypoint(), nav_utm_east0, nav_utm_north0, nav_utm_zone0, UtmCoor_f::north, Infrared::pitch, Infrared::roll, SEND_NAVIGATION, stateGetAirspeed_f(), stateSetAirspeed_f(), stateSetHorizontalWindspeed_f(), stateSetVerticalWindspeed_f(), Infrared::top, utm_of_lla_f(), waypoints, point::x, FloatVect2::x, point::y, FloatVect2::y, and UtmCoor_f::zone.
Referenced by dl_parse_msg().