libdrmconf
0.12.0
A library to program DMR radios.
|
Depending on the manufacturer or model, different radios have different computer-radio interfaces. More...
Modules | |
Device detection and enumeration. | |
This module collects classes and functions to discover and select interfaces to connected radios. | |
Classes | |
class | C7000Device |
Base class for all C7000 based radios. More... | |
class | DFUDevice |
This class implements DFU protocol to access radios. More... | |
class | DFUSEDevice |
Implements the ST MCU extensions for the DFU protocol, aka DfuSe. More... | |
class | HIDevice |
Implements the HID radio interface using libusb. More... | |
class | Radio |
Base class for all Radio objects. More... | |
class | RadioInterface |
Abstract radio interface. More... | |
class | USBSerial |
Implements a serial connection to a radio via USB. More... | |
Depending on the manufacturer or model, different radios have different computer-radio interfaces.
This module collects all classes that provide these interfaces.