ArduPilotMAV.h 205 Bytes
Newer Older
1
2
3
4
5
6
7
#ifndef ARDUPILOTMAV_H
#define ARDUPILOTMAV_H

#include "UAS.h"

class ArduPilotMAV : public UAS
{
8
    Q_OBJECT
9
10
11
12
13
public:
    ArduPilotMAV(MAVLinkProtocol* mavlink, int id = 0);
};

#endif // ARDUPILOTMAV_H