dRonin
adbada4
dRonin GCS
|
Plugin to support Matek boards. More...
Classes | |
class | MATEK405 |
class | MatekPlugin |
Functions | |
MATEK405::MATEK405 () | |
MATEK405::MATEK405 This is the MATEK405 board definition. More... | |
virtual | MATEK405::~MATEK405 () |
virtual QString | MATEK405::shortName () |
virtual QString | MATEK405::boardDescription () |
virtual bool | MATEK405::queryCapabilities (BoardCapabilities capability) |
Return which capabilities this board has. More... | |
virtual QPixmap | MATEK405::getBoardPicture () |
getBoardPicture More... | |
virtual QString | MATEK405::getHwUAVO () |
virtual bool | MATEK405::isInputConfigurationSupported (Core::IBoardType::InputType type) |
Determine if this board supports configuring the receiver. More... | |
virtual bool | MATEK405::setInputType (Core::IBoardType::InputType type) |
virtual Core::IBoardType::InputType | MATEK405::getInputType () |
getInputOnPort get the current input type More... | |
virtual int | MATEK405::queryMaxGyroRate () |
Query the board for the currently set max rate of the gyro. More... | |
virtual QStringList | MATEK405::getAdcNames () |
virtual bool | MATEK405::hasAnnunciator (AnnunciatorType annunc) |
Check if the board has the given type of annunciator. More... | |
Plugin to support Matek boards.
|
virtual |
Long description of the board
Implements Core::IBoardType.
Definition at line 70 of file matek405.cpp.
|
virtual |
Reimplemented from Core::IBoardType.
Definition at line 219 of file matek405.cpp.
|
virtual |
getBoardPicture
Implements Core::IBoardType.
Definition at line 92 of file matek405.cpp.
|
virtual |
Get name of the HW Configuration UAVObject
Implements Core::IBoardType.
Definition at line 111 of file matek405.cpp.
|
virtual |
getInputOnPort get the current input type
MATEK405::getInputType fetch the currently selected input type.
port_num | which input port to query (board specific numbering) |
Reimplemented from Core::IBoardType.
Definition at line 174 of file matek405.cpp.
|
virtual |
Check if the board has the given type of annunciator.
annunc | Annunciator type of interest |
Reimplemented from Core::IBoardType.
Definition at line 224 of file matek405.cpp.
|
virtual |
Determine if this board supports configuring the receiver.
Reimplemented from Core::IBoardType.
Definition at line 98 of file matek405.cpp.
MATEK405::MATEK405 | ( | void | ) |
MATEK405::MATEK405 This is the MATEK405 board definition.
Definition at line 42 of file matek405.cpp.
|
virtual |
Return which capabilities this board has.
Implements Core::IBoardType.
Definition at line 76 of file matek405.cpp.
|
virtual |
Query the board for the currently set max rate of the gyro.
Reimplemented from Core::IBoardType.
Definition at line 214 of file matek405.cpp.
|
virtual |
Configure the board to use an receiver input type on a port number
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
type | the type of receiver to use |
Reimplemented from Core::IBoardType.
Definition at line 121 of file matek405.cpp.
|
virtual |
Short description of the board / friendly name
Implements Core::IBoardType.
Definition at line 65 of file matek405.cpp.
|
virtual |
Definition at line 61 of file matek405.cpp.