dRonin
adbada4
dRonin GCS
|
#include <simulation.h>
Public Member Functions | |
Simulation () | |
Simulation:Simulation This is the Simulation board definition. More... | |
virtual | ~Simulation () |
virtual QString | shortName () |
virtual QString | boardDescription () |
virtual bool | queryCapabilities (BoardCapabilities capability) |
Query capabilities of the board. More... | |
virtual QPixmap | getBoardPicture () |
getBoardPicture More... | |
virtual QString | getHwUAVO () |
virtual int | queryMaxGyroRate () |
Query the board for the currently set max rate of the gyro. More... | |
QWidget * | getBoardConfiguration (QWidget *parent, bool connected) |
Return a custom configuration widget, if one is provided. More... | |
virtual bool | hasAnnunciator (AnnunciatorType annunc) |
Check if the board has the given type of annunciator. More... | |
virtual bool | isUSBSupported () |
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 | isInputConfigurationSupported (InputType type=INPUT_TYPE_ANY) |
Determine if this board supports configuring the receiver. More... | |
virtual bool | setInputType (InputType) |
Configure the board to use an receiver input type on a port number. More... | |
virtual InputType | getInputType () |
getInputType get the current input type More... | |
virtual QString | getConnectionDiagram () |
getConnectionDiagram get the connection diagram for this board More... | |
virtual QStringList | getAdcNames () |
int | getBankFromOutputChannel (int channel) |
QList< USBInfo > | firmwareUSBInfo () |
getFirmwareUSBInfo More... | |
QList< USBInfo > | bootloaderUSBInfo () |
getBootloaderUSBInfo More... | |
virtual int | onBoardRgbLeds () const |
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... | |
Definition at line 37 of file simulation.h.
|
inlinevirtual |
Check whether the board has USB
Reimplemented from Core::IBoardType.
Definition at line 51 of file simulation.h.