Class ConfigAnalyzer.YAACSystem

java.lang.Object
org.ka2ddo.yaac.io.ConfigAnalyzer.YAACSystem
Enclosing class:
ConfigAnalyzer

public static class ConfigAnalyzer.YAACSystem extends Object
Configuration analysis statistics for the local YAAC system as a whole.
Author:
Andrew Pavlin, KA2DDO
  • Field Details

    • uptimeMsec

      public long uptimeMsec
      Duration of time YAAC has been running in milliseconds.
    • ports

      public ConfigAnalyzer.Port[] ports
      All the APRS-speaking ports on the local YAAC system.
    • igateLevel

      public ConfigAnalyzer.IGateLevel igateLevel
      The level of I-gate operation enabled on this system.
    • maxTXIgateHops

      public int maxTXIgateHops
      The maximum number of transmit hops allowed for Tx I-gating on this system.
  • Method Details

    • canForward

      public boolean canForward(int from, int to)
      Report whether traffic can be forwarded from the first indexed port to the second indexed port.
      Parameters:
      from - zero-based index into the ports array for the input port
      to - zero-based index into the ports array for the output port
      Returns:
      boolean true if traffic can be forwarded in that direction