public interface SystemLink<T extends SystemLink>
Modifier and Type | Method and Description |
---|---|
AntennaGain |
getAntennaGain() |
LinkResult |
getLinkResult() |
String |
getRxName() |
String |
getTxName() |
boolean |
isSameRx(T other)
Used by the visualizer to display the Event Result.
|
boolean |
isSameTx(T other)
Used by the visualizer to display the Event Result.
|
AntennaGain getAntennaGain()
LinkResult getLinkResult()
boolean isSameRx(T other)
other
- another link of the same systemboolean isSameTx(T other)
other
- another link of the same systemString getRxName()
String getTxName()
Copyright © 2018. All rights reserved.