Interface YAACPreferences


public interface YAACPreferences
This interface declares String constants for the names of Preference values used across multiple classes within YAAC. This should only contain constants used by core YAAC; plugins using their own plugin-private preference declarations should declare their constants within the plugin (thereby removing the need to have an appropriately patched core YAAC distribution for their plugin to work).
Author:
Andrew Pavlin, KA2DDO
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Preference name for boolean specifying whether to beep upon receiving an APRS Message explicitly addressed to one of this station's local addresses or callsigns.
    static final String
    Preference name for preferred message digipeat path.
    static final String
    The default TOCALL for YAAC, using its officially registered TOCALL value.
    static final String
    Preference name for boolean specifying whether to suppress auto-pan upon indicating an emergency-reporting station on the map.
    static final String
    Preference name for boolean specifying whether to flash upon receiving an APRS Message from a station reporting Special Mic-E status.
    static final String
    Preference name for long integer specifying the number of milliseconds to dead-reckon a moving Object or Item since its last position update.
    static final String
    Preference name for long integer specifying the number of milliseconds to dead-reckon a moving Object or Item tagged as "special" since its last position update.
    static final String
    Preference name for long integer specifying the number of milliseconds to dead-reckon a moving station since its last position update.
    static final String
    Specify the TOCALL to use for locally originated APRS messages (other than MicE).
    static final String
    Preference name for boolean specifying whether to use Smart Beaconing.
  • Field Details

    • PREF_BEACON_DESTINATION

      static final String PREF_BEACON_DESTINATION
      Specify the TOCALL to use for locally originated APRS messages (other than MicE).
      See Also:
    • DEFAULT_PREF_BEACON_DESTINATION

      static final String DEFAULT_PREF_BEACON_DESTINATION
      The default TOCALL for YAAC, using its officially registered TOCALL value.
      See Also:
    • USE_SMART_BEACONING

      static final String USE_SMART_BEACONING
      Preference name for boolean specifying whether to use Smart Beaconing.
      See Also:
    • MAX_AGE_DR_STATIONS

      static final String MAX_AGE_DR_STATIONS
      Preference name for long integer specifying the number of milliseconds to dead-reckon a moving station since its last position update.
      See Also:
    • MAX_AGE_DR_OBJECTS

      static final String MAX_AGE_DR_OBJECTS
      Preference name for long integer specifying the number of milliseconds to dead-reckon a moving Object or Item since its last position update.
      See Also:
    • MAX_AGE_DR_SPECIAL_OBJECTS

      static final String MAX_AGE_DR_SPECIAL_OBJECTS
      Preference name for long integer specifying the number of milliseconds to dead-reckon a moving Object or Item tagged as "special" since its last position update. Special tagging is not yet implemented.
      See Also:
    • BEEP_ON_MESSAGE

      static final String BEEP_ON_MESSAGE
      Preference name for boolean specifying whether to beep upon receiving an APRS Message explicitly addressed to one of this station's local addresses or callsigns.
      See Also:
    • FLASH_ON_SPECIAL

      static final String FLASH_ON_SPECIAL
      Preference name for boolean specifying whether to flash upon receiving an APRS Message from a station reporting Special Mic-E status.
      See Also:
    • DONT_PAN_ON_EMERGENCY

      static final String DONT_PAN_ON_EMERGENCY
      Preference name for boolean specifying whether to suppress auto-pan upon indicating an emergency-reporting station on the map.
      See Also:
    • DEFAULT_DIGIPEAT_PATH

      static final String DEFAULT_DIGIPEAT_PATH
      Preference name for preferred message digipeat path.
      See Also: