Plugin to support AeroQuad boards.
More...
Plugin to support AeroQuad boards.
QString AQ32::boardDescription |
( |
| ) |
|
|
virtual |
QStringList AQ32::getAdcNames |
( |
| ) |
|
|
virtual |
QPixmap AQ32::getBoardPicture |
( |
| ) |
|
|
virtual |
getBoardPicture
- Returns
- provides a picture for the board. Uploader gadget or configuration plugin can use this, for instance.
- Todo:
- this API is not stable yet.
Implements Core::IBoardType.
Definition at line 95 of file aq32.cpp.
QString AQ32::getHwUAVO |
( |
| ) |
|
|
virtual |
getInputOnPort get the current input type
AQ32::getInputType fetch the currently selected input type.
- Parameters
-
port_num | which input port to query (board specific numbering) |
- Returns
- the currently selected input type
-
the selected input type
Reimplemented from Core::IBoardType.
Definition at line 177 of file aq32.cpp.
Check if the board has the given type of annunciator.
- Parameters
-
annunc | Annunciator type of interest |
- Returns
- true if present
Reimplemented from Core::IBoardType.
Definition at line 307 of file aq32.cpp.
Determine if this board supports configuring the receiver.
Reimplemented from Core::IBoardType.
Definition at line 101 of file aq32.cpp.
int AQ32::queryMaxGyroRate |
( |
| ) |
|
|
virtual |
Query the board for the currently set max rate of the gyro.
- Returns
- max rate of gyro
Reimplemented from Core::IBoardType.
Definition at line 255 of file aq32.cpp.
Configure the board to use an receiver input type on a port number
- Parameters
-
type | the type of receiver to use |
port_num | which input port to configure (board specific numbering) |
Configure the board to use a receiver input type on a port number
- Parameters
-
type | the type of receiver to use |
- Returns
- true if successfully configured or false otherwise
Reimplemented from Core::IBoardType.
Definition at line 124 of file aq32.cpp.
QString AQ32::shortName |
( |
| ) |
|
|
virtual |