dRonin
adbada4
dRonin GCS
|
#include <boardmanager.h>
Public Member Functions | |
BoardManager () | |
virtual | ~BoardManager () |
void | init () |
QList< IBoardType * > | getAvailableBoardTypes () |
QList< int > | getKnownVendorIDs () |
getKnownVendorIDs Get all USB VendorIDs known by the board manager. This can be used by any plugin which uses USB and needs to know what boards are ours. The list is deduplicated. More... | |
QList< IBoardType::USBInfo > | getKnownFirmwareUSBInfo () |
getKnownFirmwareUSBInfo More... | |
QList< IBoardType::USBInfo > | getKnownBootloaderUSBInfo () |
getKnownBootloaderUSBInfo More... | |
IBoardType * | getBoard (int type) |
Find a board from it's type. More... | |
Protected Attributes | |
QList< IBoardType * > | m_boardTypesList |
Definition at line 37 of file boardmanager.h.
|
inline |
Get all board types known by the board manager as a list
Definition at line 50 of file boardmanager.h.
|
protected |
Definition at line 96 of file boardmanager.h.