Plugin to support Brotronics boards.
More...
Plugin to support Brotronics boards.
QString Lux::boardDescription |
( |
| ) |
|
|
virtual |
QStringList Lux::getAdcNames |
( |
| ) |
|
|
virtual |
QWidget * Lux::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 285 of file lux.cpp.
QPixmap Lux::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 92 of file lux.cpp.
virtual QString Lux::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 65 of file lux.h.
QString Lux::getHwUAVO |
( |
| ) |
|
|
virtual |
getInputType get the current input type
Lux::getInputType fetch the currently selected input type.
- Returns
- the currently selected input type
-
the selected input type
Reimplemented from Core::IBoardType.
Definition at line 174 of file lux.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 291 of file lux.cpp.
Determine if this board supports configuring the receiver.
Reimplemented from Core::IBoardType.
Definition at line 103 of file lux.cpp.
LuxConfiguration::LuxConfiguration |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
int Lux::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 251 of file lux.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 121 of file lux.cpp.
QString Lux::shortName |
( |
| ) |
|
|
virtual |
LuxConfiguration::~LuxConfiguration |
( |
| ) |
|