IStatisticsView Interface |
Namespace: VirtualRadar.Interface.View
The IStatisticsView type exposes the following members.
Name | Description | |
---|---|---|
AdsbMessageFormatCount |
Gets an array of counters of ADS-B messages against their message format.
| |
AdsbMessages |
Gets or sets the count of ADS-B messages seen.
| |
AdsbMessageTypeCount |
Gets an array of counters of ADS-B messages against their message type.
| |
AdsbRejected |
Gets or sets the count of ADS-B messages that were not used.
| |
AdsbRejectedRatio |
Gets or sets the %age of ADS-B messages that were rejected, either because of bad parity or settings.
| |
BadlyFormedBaseStationMessages |
Gets or sets the count of BaseStation messages that were badly formed.
| |
BadlyFormedBaseStationMessagesRatio |
Gets or sets the %age of BaseStation messages that were badly formed.
| |
BaseStationMessages |
Gets or sets the count of BaseStation messages received.
| |
BytesReceived |
Gets or sets the number of bytes received.
| |
ConnectedDuration |
Gets or sets the span of time that has elapsed since the user first connected.
| |
CurrentBufferSize |
Gets or sets the current buffer size.
| |
ModeSDFCount |
Gets an array of counters of Mode-S messages indexed by the message's DF.
| |
ModeSLongFrame |
Gets or sets the number of long-frame Mode-S messages.
| |
ModeSMessageCount |
Gets or sets the number of Mode-S messages seen.
| |
ModeSNoAdsbPayload |
Gets or sets the number of Mode-S messages that were not DF17.
| |
ModeSNoAdsbPayloadRatio |
Gets or sets the %age of Mode-S messages that were not DF17.
| |
ModeSPIBadParity |
Gets or sets the number of Mode-S messages with a PI field that indicated bad parity.
| |
ModeSPIBadParityRatio |
Gets or sets the %age of Mode-S messages with a PI field that had bad parity.
| |
ModeSShortFrame |
Gets or sets the number of short-frame Mode-S messages.
| |
ModeSShortFrameUnusable |
Gets or sets the number of short-frame Mode-S messages that VRS couldn't use.
| |
ModeSShortFrameUnusableRatio |
Gets or sets the %age of short-frame Mode-S messages that VRS couldn't use.
| |
ModeSWithPI |
Gets or sets the number of Mode-S messages that have a PI field, both long and short frame.
| |
PositionsOutOfRange |
Gets or sets the number of ADS-B position messages that were rejected because the position was out of range of the receiver.
| |
PositionSpeedCheckExceeded |
Gets or sets the number of ADS-B position messages that exceeded the ICAO speed check.
| |
PositionsReset |
Gets or sets the number of ADS-B position messages that triggered a position reset.
| |
ReceiverBadChecksum |
Gets or sets the number of messages from a receiver that adds a checksum during transmission which had a bad checksum.
| |
ReceiverThroughput |
Gets or sets the throughput from the receiver in KB/sec.
| |
Statistics |
Gets or sets the statistics object that the view will display.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
ShowView |
Displays the view to the user.
(Inherited from IView.) | |
UpdateCounters |
Refreshes the display of counters.
|
Name | Description | |
---|---|---|
CloseClicked |
Raised when the user closes the view.
| |
ResetCountersClicked |
Raised when the user wants to reset the counters.
|