Class StationTracker.DigipeatStatistics

All Implemented Interfaces:
Serializable
Enclosing class:
StationTracker

public static class StationTracker.DigipeatStatistics extends StationTracker.AddressStatistics<String,StationTracker.DigipeatStatistics>
Address statistics for a particular digipeater.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Field Details

    • firstUsed

      public int firstUsed
      Number of times this digipeater was the first digipeater for another station.
    • enabledAsFirst

      public boolean enabledAsFirst
      Whether this digipeater is enabled for filtering by the FirstDigipeatFilter.
  • Constructor Details

    • DigipeatStatistics

      public DigipeatStatistics(String digipeater)
      Create a DigipeatStatistics object
      Parameters:
      digipeater - String callsign of the monitored digipeater
  • Method Details