LibDMRConf
0.6.0
A library to program DMR radios.
|
This is the complete list of members for GD77, including all inherited members.
_codeplug | GD77 | protected |
_config | GD77 | protected |
_dev | GD77 | protected |
_errorMessage | Radio | protected |
_name | GD77 | protected |
_task | Radio | protected |
clearError() | Radio | |
codeplug() const | GD77 | virtual |
codeplug() | GD77 | virtual |
detect(QString &errorMessage, const QString &force="") | Radio | static |
downloadError(Radio *radio) | Radio | signal |
downloadFinished(Radio *radio, CodePlug *codeplug) | Radio | signal |
downloadProgress(int percent) | Radio | signal |
downloadStarted() | Radio | signal |
errorMessage() const | Radio | |
features() const | GD77 | virtual |
GD77(QObject *parent=nullptr) | GD77 | explicit |
name() const | GD77 | virtual |
Radio(QObject *parent=nullptr) | Radio | explicit |
run() | GD77 | protected |
startDownload(bool blocking=false) | GD77 | slot |
startUpload(Config *config, bool blocking=false, bool update=true) | GD77 | slot |
startUploadCallsignDB(UserDatabase *db, bool blocking=false) | GD77 | slot |
status() const | Radio | |
Status enum name | Radio | |
StatusDownload enum value | Radio | |
StatusError enum value | Radio | |
StatusIdle enum value | Radio | |
StatusUpload enum value | Radio | |
StatusUploadCallsigns enum value | Radio | |
uploadComplete(Radio *radio) | Radio | signal |
uploadError(Radio *radio) | Radio | signal |
uploadProgress(int percent) | Radio | signal |
uploadStarted() | Radio | signal |
verifyConfig(Config *config, QList< VerifyIssue > &issues) | Radio |