mavlink: refactor mavlink_log

This moves the mavlink_log interface from ioctl to uORB and enables the
mavlink statusmessage output for Snapdragon. The API changes will lead
to changes in all modules that are using it.
This commit is contained in:
Julian Oes
2016-03-15 18:21:52 +00:00
parent 790fa7667c
commit 2d4179a35b
9 changed files with 203 additions and 309 deletions
+3
View File
@@ -282,3 +282,6 @@ ORB_DEFINE(ekf2_replay, struct ekf2_replay_s);
#include "topics/qshell_req.h"
ORB_DEFINE(qshell_req, struct qshell_req_s);
#include "topics/mavlink_log.h"
ORB_DEFINE(mavlink_log, struct mavlink_log_s);