libdrmconf
0.10.4
A library to program DMR radios.
|
Represents a user-db entry within the binary codeplug. More...
#include <gd77_callsigndb.hh>
Public Member Functions | |
userdb_entry_t () | |
Constructor. | |
void | clear () |
Resets the entry. | |
uint32_t | getNumber () const |
Returns the DMR ID for the entry. | |
void | setNumber (uint32_t number) |
Sets the DMR ID for the entry. | |
QString | getName () const |
Returns the name of the entry. | |
void | setName (const QString &name) |
Sets the name of the entry. | |
void | fromEntry (const UserDatabase::User &user) |
Constructs an entry from the given user. | |
Public Attributes | |
uint32_t | number |
DMR ID stored in BCD little-endian. | |
char | name [8] |
Call or name, up to 8 ASCII chars, 0x00 padded. | |
Represents a user-db entry within the binary codeplug.