dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
aq32.h
Go to the documentation of this file.
1 
12 /*
13  * This program is free software; you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License as published by
15  * the Free Software Foundation; either version 3 of the License, or
16  * (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful, but
19  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21  * for more details.
22  *
23  * You should have received a copy of the GNU General Public License along
24  * with this program; if not, see <http://www.gnu.org/licenses/>
25  */
26 
27 #ifndef AQ32_H
28 #define AQ32_H
29 
30 #include <coreplugin/iboardtype.h>
31 
32 class AQ32 : public Core::IBoardType
33 {
34 public:
35  AQ32();
36  virtual ~AQ32();
37 
38  virtual QString shortName();
39  virtual QString boardDescription();
40  virtual bool queryCapabilities(BoardCapabilities capability);
41  virtual QPixmap getBoardPicture();
42  virtual QString getHwUAVO();
43 
46 
52  virtual bool setInputType(Core::IBoardType::InputType type);
53 
60 
61  virtual int queryMaxGyroRate();
62  virtual QStringList getAdcNames();
63  virtual bool hasAnnunciator(AnnunciatorType annunc);
64 };
65 
66 #endif // AQ32_H
virtual QString shortName()
Definition: aq32.cpp:68
virtual bool setInputType(Core::IBoardType::InputType type)
Definition: aq32.cpp:124
InputType
Types of input to configure for the default port.
Definition: iboardtype.h:158
virtual QPixmap getBoardPicture()
getBoardPicture
Definition: aq32.cpp:95
virtual Core::IBoardType::InputType getInputType()
getInputOnPort get the current input type
Definition: aq32.cpp:177
virtual ~AQ32()
Definition: aq32.cpp:64
BoardCapabilities
Types of capabilities boards can support.
Definition: iboardtype.h:92
virtual bool queryCapabilities(BoardCapabilities capability)
Return which capabilities this board has.
Definition: aq32.cpp:79
virtual int queryMaxGyroRate()
Query the board for the currently set max rate of the gyro.
Definition: aq32.cpp:255
virtual QString boardDescription()
Definition: aq32.cpp:73
virtual bool hasAnnunciator(AnnunciatorType annunc)
Check if the board has the given type of annunciator.
Definition: aq32.cpp:307
virtual QString getHwUAVO()
Definition: aq32.cpp:114
AQ32()
AQ32::AQ32 This is the AQ32 board definition.
Definition: aq32.cpp:41
Definition: aq32.h:32
virtual bool isInputConfigurationSupported(Core::IBoardType::InputType type)
Determine if this board supports configuring the receiver.
Definition: aq32.cpp:101
virtual QStringList getAdcNames()
Definition: aq32.cpp:282