LibDMRConf
0.5.0
A library to program DMR radios.
|
Table/Bank of scanlists. More...
#include <rd5r_codeplug.hh>
Public Attributes | |
uint8_t | valid [256] |
Byte-field to indicate which scanlist is valid. More... | |
scanlist_t | scanlist [NSCANL] |
The scanlists. | |
Table/Bank of scanlists.
Memmory layout of the scan list table.
0 8 16 24 +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 0000 | Valid scanlist 00 1=Yes, 0=No | Valid scanlist 01 | Valid scanlist 02 | ... +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 00f8 ... | Valid scanlist 249 | Unused set to 0x00 | Unused set to 0x00 | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 00fc | Unused set to 0x00 | Unused set to 0x00 | Unused set to 0x00 | Unused set to 0x00 | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 0100 | 250 scan lists, 88 bytes each ... +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 56ec ... | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
uint8_t RD5RCodeplug::scantab_t::valid[256] |
Byte-field to indicate which scanlist is valid.
Set to 0x01 when valid, 0x00 otherwise.