VirtualRadar.Interface.Listener Namespace |
Class | Description | |
---|---|---|
ExtractedBytes |
The object returned by message extractors that describes the bytes corresponding to one message.
| |
PolarPlot |
A DTO that carries a single point in a polar plot.
| |
PolarPlotSlice |
A DTO that carries a slice of polar plots for a given receiver.
| |
ReceiverFormatName |
Describes a registered receiver format.
|
Interface | Description | |
---|---|---|
IAircraftListJsonMessageBytesExtractor |
The interface for objects that can extract AircraftListJson format messages.
| |
IAircraftListJsonMessageConverter |
The interface for an object that can turn an AircraftListJson into a collection
of BaseStationMessageEventArgs objects.
| |
IBeastMessageBytesExtractor |
The interface for objects that can extract the bytes of a Mode-S message from
bytes sent from a Mode-S Beast (http://www.modesbeast.com)
| |
ICompressedMessageBytesExtractor |
The interface for objects that can extract bytes for a message from a compressed feed.
| |
IFeed |
The interface that ties together an aircraft list, which tracks the state of aircraft picked up by a
receiver or merged feed, and a receiver or merged feed's identifier from the configuration details.
| |
IFeedManager |
The interface for objects that can collect together a IFeed for each receiver and merged feed configured in settings.
| |
IListener |
The interface for objects that can listen to a stream of bytes and decode them into messages.
| |
IMergedFeedComponentListener |
The listener for a receiver that will be merged into a single feed by IMergedFeedListener.
| |
IMergedFeedListener |
A listener that merges together messages picked up by two or more listeners.
| |
IMessageBytesExtractor |
The interface for objects that can extract raw message bytes from an array of bytes.
| |
IPlaneFinderMessageBytesExtractor |
The interface for classes that can extract messages from Plane Finder feeds.
| |
IPolarPlotter |
The interface for objects that can track the values required for a polar plot.
| |
IPort30003MessageBytesExtractor |
The interface for objects that can extract Kinetic Port 30003 format messages.
| |
IReceiverFormatManager |
Manages the feed formats that the program can decode.
| |
IReceiverFormatProvider |
The interface that all receiver format providers must implement.
| |
ISbs3MessageBytesExtractor |
The interface for objects that can extract Mode-S messages from bytes read from an SBS-3.
|
Enumeration | Description | |
---|---|---|
ExtractedBytesFormat |
An enumeration of the different formats that the payload of ExtractedBytes can be in.
|