LibDMRConf
0.5.0
A library to program DMR radios.
|
Table of zones. More...
#include <rd5r_codeplug.hh>
Public Attributes | |
uint8_t | bitmap [32] |
A bit representing the validity of every zone. More... | |
zone_t | zone [NZONES] |
The list of zones. | |
Table of zones.
Memmory layout of the zone table/bank:
0 8 16 24 +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 0000 | 250 bits encoding whether a particular zone within this bank is enabled. ... +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 001c ... | 0 | 0 | 0 | 0 | 0 | 0 | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 0010 | 250 Zones, 48bytes each ... +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ 2edc ... | +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
uint8_t RD5RCodeplug::zonetab_t::bitmap[32] |
A bit representing the validity of every zone.
If a bit is set, the corresponding zone in zone
ist valid.