LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents the table of text messages within the codeplug. More...
#include <rd5r_codeplug.hh>
Public Member Functions | |
msgtab_t () | |
Constructor. | |
void | clear () |
Clears all messages. | |
QString | getMessage (int i) const |
Gets a particular message. | |
bool | addMessage (const QString &text) |
Adds particular message to the list. | |
Public Attributes | |
uint8_t | count |
Number of messages. | |
uint8_t | _unused1 [7] |
Unknown, set to 0. | |
uint8_t | len [NMESSAGES] |
Message lengths. | |
uint8_t | _unused2 [NMESSAGES] |
Unknown, set to 0. | |
uint8_t | message [NMESSAGES][144] |
The actual messages, ASCII. | |
Represents the table of text messages within the codeplug.