|
LibDMRConf
0.5.0
A library to program DMR radios.
|
Table of rx group lists. More...
#include <rd5r_codeplug.hh>
Public Attributes | |
| uint8_t | nitems1 [128] |
| Specifies the number of contacts +1 in each group list, 0=disabled. | |
| grouplist_t | grouplist [NGLISTS] |
| The list of RX group lists. | |
Table of rx group lists.
Memmory layout of the group list table:
0 8 16 24
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0000 | N Contacts Group 00, 0=EOL | N Contacts Group 01 | N Contacts Group 02 | ...
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
003c ... | N Contacts Group 61 | N Contacts Group 62 | N Contacts Group 63 |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0040 | Unused set to 0x00 | Unused set to 0x00 | Unused set to 0x00 | ...
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
007c ... | Unused set to 0x00 | Unused set to 0x00 | Unused set to 0x00 |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0080 | 64 Group lists, 32 bytes each ...
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
087c ... |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
1.8.17