PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Helper class for Data Link Loss Mode according to the OBC rules. More...
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <fcntl.h>
#include <systemlib/mavlink_log.h>
#include <systemlib/err.h>
#include <lib/ecl/geo/geo.h>
#include <navigator/navigation.h>
#include <uORB/uORB.h>
#include <uORB/topics/mission.h>
#include <uORB/topics/home_position.h>
#include "navigator.h"
#include "datalinkloss.h"
Go to the source code of this file.
Helper class for Data Link Loss Mode according to the OBC rules.
Definition in file datalinkloss.cpp.