|
dRonin
adbada4
dRonin GCS
|
#include <seppuku.h>
Public Member Functions | |
| Seppuku () | |
| Seppuku:Seppuku This is the Seppuku board definition. More... | |
| virtual | ~Seppuku () |
| virtual QString | shortName () override |
| virtual QString | boardDescription () override |
| virtual bool | queryCapabilities (BoardCapabilities capability) override |
| Query capabilities of the board. More... | |
| virtual QPixmap | getBoardPicture () override |
| getBoardPicture More... | |
| virtual QString | getHwUAVO () override |
| virtual bool | isInputConfigurationSupported (Core::IBoardType::InputType type) override |
| Determine if this board supports configuring the receiver. More... | |
| virtual bool | setInputType (Core::IBoardType::InputType type) override |
| Configure the board to use an receiver input type on a port number. More... | |
| virtual Core::IBoardType::InputType | getInputType () override |
| getInputType get the current input type More... | |
| virtual int | queryMaxGyroRate () override |
| Query the board for the currently set max rate of the gyro. More... | |
| virtual QStringList | getAdcNames () override |
| virtual QString | getConnectionDiagram () override |
| getConnectionDiagram get the connection diagram for this board More... | |
| virtual QWidget * | getBoardConfiguration (QWidget *parent, bool connected) override |
| Return a custom configuration widget, if one is provided. More... | |
| virtual bool | hasAnnunciator (AnnunciatorType annunc) override |
| Check if the board has the given type of annunciator. More... | |
| virtual int | onBoardRgbLeds () const override |
| Number of RGB LEDs located on the board The first n LEDs in the chain will apply to on-board LEDs rather than external ones. More... | |
Public Member Functions inherited from Core::IBoardType | |
| virtual QStringList | queryChannelBanks () |
| Query number & names of output PWM channels banks on the board. More... | |
| virtual QVector< QVector< int > > | getChannelBanks () |
| Get banks of output PWM channels banks on the board. More... | |
| QList< int > | getVendorIDs () |
| int | getBoardType () |
| Get the board type number. More... | |
| virtual int | minBootLoaderVersion () |
| Returns the minimum bootloader version required. More... | |
| virtual bool | isUSBSupported () |
| int | getBankFromOutputChannel (int channel) |
| QList< USBInfo > | firmwareUSBInfo () |
| getFirmwareUSBInfo More... | |
| QList< USBInfo > | bootloaderUSBInfo () |
| getBootloaderUSBInfo More... | |
|
inlineoverridevirtual |
Number of RGB LEDs located on the board The first n LEDs in the chain will apply to on-board LEDs rather than external ones.
Reimplemented from Core::IBoardType.