Commit 2238f371 authored by Bryan Godbolt's avatar Bryan Godbolt

working on parameter interface

parent 61cafe14
......@@ -2,12 +2,11 @@
#define QGCPARAMID_H
#include <QString>
#include <QObject>
namespace OpalRT
{
class QGCParamID : public QString
class QGCParamID : protected QString
{
Q_OBJECT
public:
QGCParamID();
};
......
......@@ -537,7 +537,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
emit textMessageReceived(uasId, message.compid, severity, text);
}
break;
#ifdef OPAL_RT
#ifdef MAVLINK_ENABLED_UALBERTA_MESSAGES
case MAVLINK_MSG_ID_NAV_FILTER_BIAS:
{
mavlink_nav_filter_bias_t bias;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment