#ifndef _SENSESOARMAV_H_#define _SENSESOARMAV_H_#include "UAS.h"#include "mavlink.h"#include <QTimer>classsenseSoarMAV:publicUAS{Q_OBJECTQ_INTERFACES(UASInterface)public:senseSoarMAV(MAVLinkProtocol*mavlink,intid);~senseSoarMAV(void);publicslots:/** @brief Receive a MAVLink message from this MAV */voidreceiveMessage(LinkInterface*link,mavlink_message_tmessage);protected:floatm_rotVel[3];// Rotational velocity in the body frame