LibDMRConf  0.5.0
A library to program DMR radios.
Public Attributes | List of all members
D878UVCodeplug::message_list_t Struct Reference

Some weird linked list of valid message indices. More...

#include <d878uv_codeplug.hh>

Public Attributes

uint8_t _unknown0 [2]
 Unused, set to 0x00.
 
uint8_t _next_index
 Index of next message, 0xff=EOL.
 
uint8_t _current_index
 Index of this message.
 
uint8_t _unknown4 [12]
 Unused, set to 0x00.
 

Detailed Description

Some weird linked list of valid message indices.

Memmory layout of encoded radio ID (16byte):

     0                               8                               16                              24
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
00 | Unused 0x00                   | Unused 0x00                   | Next index                    | Current index                 |
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
04 | 12 unused bytes set to 0x00                                                                                                ...
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0c  ...                                                                                                                            |
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

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