|
LibDMRConf
0.5.0
A library to program DMR radios.
|
Binary codeplug representation of VFO settings. More...
#include <rd5r_codeplug.hh>
Public Attributes | |
| channel_t | vfo_a |
| Channel settings for VFO A. | |
| channel_t | vfo_b |
| Channel settings for VFO B. | |
Binary codeplug representation of VFO settings.
This struct contains two channel settings (see RD5RCodeplug::channel_t). One for VFO A and one for VFO B settings.
Memmory layout of the VFO settings:
0 8 16 24
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0000 | VFO A settings ...
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0034 ... |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
0038 | VFO B settings ...
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
006c ... |
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
1.8.17