|
LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents all menu settings within the codeplug on the radio. More...
#include <uv390_codeplug.hh>
Public Member Functions | |
| menu_t () | |
| Default constructor. | |
| void | clear () |
| Clears and resets all menu settings to default values (all ham-radio related menus are enabled). | |
Public Attributes | |
| uint8_t | hangtime |
| Specifies the menu hang-time in seconds, [0,30], 0=infinite. | |
| uint8_t | text_message: 1 |
| Show text message menu, 0=hide, 1=show. | |
| uint8_t | call_alert: 1 |
| Contact call-alert. | |
| uint8_t | contacts_edit: 1 |
| Contacts edit. | |
| uint8_t | manual_dial: 1 |
| Manual dial. | |
| uint8_t | radio_check: 1 |
| Contacts radio-check. | |
| uint8_t | remote_monitor: 1 |
| Remote monitor. | |
| uint8_t | radio_enable: 1 |
| Radio enable. | |
| uint8_t | radio_disable: 1 |
| Radio disable. | |
| uint8_t | _reserved_2_0: 1 |
| Reverved, set to 1. | |
| uint8_t | scan: 1 |
| Show scan settings. | |
| uint8_t | edit_scan_list: 1 |
| Show edit scan list. | |
| uint8_t | calllog_missed: 1 |
| Call-log missed. | |
| uint8_t | calllog_answered: 1 |
| Call-log answered. | |
| uint8_t | calllog_outgoing: 1 |
| Call-log outgoing. | |
| uint8_t | talkaround: 1 |
| Talkaround. | |
| uint8_t | tone_or_alert: 1 |
| Tone or Alert. | |
| uint8_t | power: 1 |
| Power. | |
| uint8_t | backlight: 1 |
| Backlight. | |
| uint8_t | intro_screen: 1 |
| Introscreen. | |
| uint8_t | keypad_lock: 1 |
| Key-pad lock. | |
| uint8_t | led_indicator: 1 |
| LED indicator. | |
| uint8_t | squelch: 1 |
| Squelch. | |
| uint8_t | _unknown_3_6: 1 |
| Unknown, set to 0. | |
| uint8_t | vox: 1 |
| Show VOX settings. | |
| uint8_t | password: 1 |
| Show password and lock settings. | |
| uint8_t | display_mode: 1 |
| Show display mode settings. | |
| uint8_t | hide_prog_radio: 1 |
| Hide programm radio settings. | |
| uint8_t | hide_gps_set: 1 |
| Hide GPS settings. | |
| uint8_t | hide_gps: 1 |
| Hide GPS information. | |
| uint8_t | record_switch: 1 |
| Show record switch settings. | |
| uint8_t | _unknown_4_6: 1 |
| Unknown, set to 1. | |
| uint8_t | _unknown_4_7: 1 |
| Unknown, set to 1. | |
| uint8_t | _unknown_5_0: 2 |
| Uknnown, set to 0b11. | |
| uint8_t | group_call_match: 1 |
| Show Group-call match settings. | |
| uint8_t | private_call_match: 1 |
| Show Private-call match settings. | |
| uint8_t | menu_hangtime: 1 |
| Show menu hangtime settings. | |
| uint8_t | tx_mode: 1 |
| Show TX mode settings. | |
| uint8_t | zone: 1 |
| Show zone settings. | |
| uint8_t | new_zone: 1 |
| Show new zone settings. | |
| uint8_t | edit_zone: 1 |
| Show edit zone settings. | |
| uint8_t | new_scan_list: 1 |
| New scan list. | |
| uint8_t | _unknown_6_2: 6 |
| Unknown, set to 0xb111111. | |
| uint8_t | _reserved_7 [9] |
| Reserved, filled with 0xff. | |
Represents all menu settings within the codeplug on the radio.
1.8.17