LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents the intro messages within the codeplug. More...
#include <rd5r_codeplug.hh>
Public Member Functions | |
intro_text_t () | |
Constructor. | |
void | clear () |
Clear intro text. | |
QString | getIntroLine1 () const |
Returns the first intro line. | |
void | setIntroLine1 (const QString &text) |
Set the first intro line. | |
QString | getIntroLine2 () const |
Returns the second intro line. | |
void | setIntroLine2 (const QString &text) |
Sets the second intro line. | |
Public Attributes | |
uint8_t | intro_line1 [16] |
The first intro line, ASCII, 0xff terminated. | |
uint8_t | intro_line2 [16] |
The second intro line, ASCII, 0xff terminated. | |
Represents the intro messages within the codeplug.