LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents the emergency settings within the codeplug on the radio. More...
#include <uv390_codeplug.hh>
Classes | |
struct | system_t |
Represents a single emergency system within the radio. More... | |
Public Member Functions | |
emergency_t () | |
Default constructor also disables all systems. | |
void | clear () |
Clears and resets all emergency system settings. | |
Public Attributes | |
uint8_t | radio_dis_dec: 1 |
Radio disable decode, 0=off, 1=on, default=1. | |
uint8_t | remote_mon_decode: 1 |
Remote monitor decode, 0=off, 1=on, default=0. | |
uint8_t | em_remote_mon_decode: 1 |
Emergency remote monitor decode, 0=off, 1=on, default=0. | |
uint8_t | _unknown_0_3: 5 |
Unknown, set to 0b11111. | |
uint8_t | remote_mon_dur |
Duration in seconds in 10s steps [20-120]. | |
uint8_t | tx_sync_wakeup_tot |
TOT in ms in 25ms steps. [5-15]. | |
uint8_t | tx_wakeup_msg_limit |
Message limit [1-3]. | |
uint8_t | _unused_4 [12] |
Unused 12bytes set to 0xff;. | |
system_t | systems [32] |
32 x system_t Emergency systems. | |
Represents the emergency settings within the codeplug on the radio.