pub struct QsyConfig {
pub info_in_status: bool,
pub tone_narrow: bool,
pub shift_offset: bool,
pub limit_distance: u16,
}Expand description
QSY (frequency change) information configuration.
QSY information allows APRS stations to advertise an alternate voice frequency so other operators can contact them directly.
Per Operating Tips §2.3.3: the voice frequency from Band A or B is embedded in the APRS beacon. In D-STAR DR mode, the beacon also includes the repeater callsign (§2.3.4); in DV mode, only the frequency is included.
Menu No. 523 controls the QSY distance restriction (§2.3.5): only QSY beacons from stations within the configured distance are displayed.
Fields§
§info_in_status: boolInclude QSY information in APRS status text.
tone_narrow: boolInclude tone and narrow FM settings in QSY information.
shift_offset: boolInclude repeater shift and offset in QSY information.
limit_distance: u16Limit distance for QSY display (0 = no limit, 1-2500 km).
Trait Implementations§
impl Copy for QsyConfig
impl Eq for QsyConfig
impl StructuralPartialEq for QsyConfig
Auto Trait Implementations§
impl Freeze for QsyConfig
impl RefUnwindSafe for QsyConfig
impl Send for QsyConfig
impl Sync for QsyConfig
impl Unpin for QsyConfig
impl UnwindSafe for QsyConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more