libdrmconf
0.12.0
A library to program DMR radios.
|
This is the complete list of members for OpenGD77Interface, including all inherited members.
_sector | OpenGD77Interface | protected |
close() | OpenGD77Interface | virtual |
detect(bool saveOnly=true) | OpenGD77Interface | static |
USBSerial::detect(uint16_t vid, uint16_t pid, bool isSave=true) | USBSerial | static |
USBSerial::detect() | USBSerial | static |
EEPROM | OpenGD77Interface | static |
finishWriteFlash(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
FLASH | OpenGD77Interface | static |
formatPinoutSignals() | USBSerial | protected |
identifier(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
interfaceInfo() | OpenGD77Interface | static |
isOpen() const | USBSerial | virtual |
onClose() | USBSerial | protectedslot |
onError(QSerialPort::SerialPortError error_t) | USBSerial | protectedslot |
OpenGD77Interface(const USBDeviceDescriptor &descr, const ErrorStack &err=ErrorStack(), QObject *parent=nullptr) | OpenGD77Interface | explicit |
RadioInterface() | RadioInterface | explicitprotected |
read(uint32_t bank, uint32_t addr, uint8_t *data, int nbytes, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
read_finish(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
read_start(uint32_t bank, uint32_t addr, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
readEEPROM(uint32_t addr, uint8_t *data, uint16_t len, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
readFlash(uint32_t addr, uint8_t *data, uint16_t len, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
reboot(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
sendClearScreen(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
sendCloseScreen(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
sendCommand(CommandRequest::Option option, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
sendDisplay(uint8_t 1, uint8_t y, const char *message, uint8_t iSize, uint8_t alignment, uint8_t inverted, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
sendRenderCPS(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
sendShowCPSScreen(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
setFlashSector(uint32_t addr, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
signalingChanged() | USBSerial | protectedslot |
USBSerial(const USBDeviceDescriptor &descriptor, QSerialPort::BaudRate rate=QSerialPort::Baud115200, const ErrorStack &err=ErrorStack(), QObject *parent=nullptr) | USBSerial | explicitprotected |
write(uint32_t bank, uint32_t addr, uint8_t *data, int nbytes, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
write_finish(const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
write_start(uint32_t bank, uint32_t addr, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | virtual |
writeEEPROM(uint32_t addr, const uint8_t *data, uint16_t len, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
writeFlash(uint32_t addr, const uint8_t *data, uint16_t len, const ErrorStack &err=ErrorStack()) | OpenGD77Interface | protected |
~OpenGD77Interface() | OpenGD77Interface | virtual |
~RadioInterface() | RadioInterface | virtual |
~USBSerial() | USBSerial | virtual |