Plugin to support boards by BrainFPV LLC.
More...
Plugin to support boards by BrainFPV LLC.
QString Brain::boardDescription |
( |
| ) |
|
|
virtual |
BrainConfiguration::BrainConfiguration |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
BrainRE1Configuration::BrainRE1Configuration |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
QStringList Brain::getAdcNames |
( |
| ) |
|
|
virtual |
QWidget * Brain::getBoardConfiguration |
( |
QWidget * |
, |
|
|
bool |
|
|
) |
| |
|
virtual |
QPixmap Brain::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 101 of file brain.cpp.
QString Brain::getHwUAVO |
( |
| ) |
|
|
virtual |
getInputType get the current input type
Brain::getInputType fetch the currently selected input type.
- Returns
- the currently selected input type
-
the selected input type
Reimplemented from Core::IBoardType.
Definition at line 185 of file brain.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 311 of file brain.cpp.
int Brain::minBootLoaderVersion |
( |
| ) |
|
|
virtual |
int Brain::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 271 of file brain.cpp.
Configure the board to use an receiver input type on a port number
- Parameters
-
type | the type of receiver to use |
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 129 of file brain.cpp.
QString Brain::shortName |
( |
| ) |
|
|
virtual |
BrainConfiguration::~BrainConfiguration |
( |
| ) |
|
BrainRE1Configuration::~BrainRE1Configuration |
( |
| ) |
|