Plugin to support DTF boards.
More...
Plugin to support DTF boards.
QString Dtfc::boardDescription |
( |
| ) |
|
|
virtual |
DtfcConfiguration::DtfcConfiguration |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
QStringList Dtfc::getAdcNames |
( |
| ) |
|
|
virtual |
QWidget * Dtfc::getBoardConfiguration |
( |
QWidget * |
parent, |
|
|
bool |
connected |
|
) |
| |
|
virtual |
getBoardConfiguration
- Parameters
-
parent | Parent object |
connected | Unused |
- Returns
- Configuration widget handle or NULL on failure
Reimplemented from Core::IBoardType.
Definition at line 291 of file dtfc.cpp.
QPixmap Dtfc::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 98 of file dtfc.cpp.
virtual QString Dtfc::getConnectionDiagram |
( |
| ) |
|
|
inlinevirtual |
getConnectionDiagram get the connection diagram for this board
- Returns
- a string with the name of the resource for this board diagram
Reimplemented from Core::IBoardType.
Definition at line 80 of file dtfc.h.
QString Dtfc::getHwUAVO |
( |
| ) |
|
|
virtual |
getInputOnPort get the current input type
Dtfc::getInputOnPort fetch the currently selected input type.
- Returns
- the currently selected input type
-
the selected input type
Reimplemented from Core::IBoardType.
Definition at line 179 of file dtfc.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 297 of file dtfc.cpp.
Determine if this board supports configuring the receiver.
Reimplemented from Core::IBoardType.
Definition at line 109 of file dtfc.cpp.
int Dtfc::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 258 of file dtfc.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 127 of file dtfc.cpp.
QString Dtfc::shortName |
( |
| ) |
|
|
virtual |
DtfcConfiguration::~DtfcConfiguration |
( |
| ) |
|