LibDMRConf  0.5.0
A library to program DMR radios.
Public Member Functions | Public Attributes | List of all members
RD5RCodeplug::msgtab_t Struct Reference

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.
 

Detailed Description

Represents the table of text messages within the codeplug.


The documentation for this struct was generated from the following files: