Package org.ka2ddo.yaac.io
Class ConfigAnalyzer
java.lang.Object
org.ka2ddo.yaac.io.ConfigAnalyzer
This class examines the active configuration of YAAC and derives what the
station is capable of doing (digipeat, I-gate, etc.), and produces a
data structure that can be converted into a report.
- Author:
- Andrew Pavlin, KA2DDO
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration defining the level of I-gate operation allowed on this system.static class
Structure containing statistics about a port carrying APRS traffic.static enum
Enumeration defining generic port categories.static class
Configuration analysis statistics for the local YAAC system as a whole. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigAnalyzer.YAACSystem
Perform a configuration analysis of YAAC.
-
Constructor Details
-
ConfigAnalyzer
public ConfigAnalyzer()
-
-
Method Details
-
analyzeConfig
Perform a configuration analysis of YAAC.- Returns:
- the analysis structures
-