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

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.
 

Detailed Description

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  ...                                                                                                                            |
     +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

Member Data Documentation

◆ bitmap

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.


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