LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents an RX group list within the codeplug. More...
#include <gd77_codeplug.hh>
Public Member Functions | |
QString | getName () const |
Returns the name of the group list. | |
void | setName (const QString &name) |
Sets the name of the group list. | |
RXGroupList * | toRXGroupListObj () |
Constructs a RXGroupList object from the codeplug representation. | |
bool | linkRXGroupListObj (RXGroupList *lst, const CodeplugContext &ctx) const |
Links a previously constructed RXGroupList to the rest of the generic configuration. | |
void | fromRXGroupListObj (const RXGroupList *lst, const Config *conf) |
Reset this codeplug representation from a RXGroupList object. | |
Public Attributes | |
uint8_t | name [16] |
RX group list name, 16x ASCII, 0xff terminated. | |
uint16_t | member [32] |
Contact indices, 0=not used or index + 1. | |
Represents an RX group list within the codeplug.