filters in the YAAC back-end code.See: Description
| Class | Description |
|---|---|
| CumulativeBooleanAndFilter |
This filter accumulates the results of several filters.
|
| DestinationFilter |
This filter selects messages based on their destination AX.25 address.
|
| FirstDigipeatFilterUI |
This filter accepts or rejects messages based on the first station to relay
the message.
|
| LastDigipeatFilterUI |
This filter accepts or rejects messages based on the last station to transmit
the message.
|
| LocalStationFilter |
This filter optionally eliminates all messages from excessively distant stations.
|
| MessageContentFilter |
This is the control panel for the MessageContentFilter.
|
| MicEFilter |
This filter selects messages by the MicE status code.
|
| OperatorPresentFilter |
This filter optionally eliminates all messages from unmanned stations.
|
| PacketSourceFilter |
This filter selects packets and messages based on which interface port the
message entered YAAC through.
|
| PlaybackFilter |
This GUI panel edits the settings of the PlaybackFilter to control whether realtime or playback
frames (or both) are displayed and processed.
|
| PriorityFilter |
This is the configuration UI for a filter that optionally eliminates all routine precedence messages.
|
| RadiusFilter |
This class implements a filter based on radius from a specified location
(defaulting to the beacon location for the station).
|
| RelativeTimeFilter |
This filter selects information based on relative time point boundary.
|
| SendingStationFilter |
This filter selects all stations that match (or don't match) an entry in
a list of station identifiers.
|
| StationClassFilter |
This filter allows selecting stations and messages solely by category of sending
station.
|
| SymbolFilter |
This filter editor selects messages by the APRS symbol code, indicated by
symbol table ID and symbol type.
|
| ValidInvalidFilter |
This Filter selects viewing messages that are only valid or only invalid.
|
filters in the YAAC back-end code.