Interface TransceiverConsistencyCheck
-
- All Known Implementing Classes:
TransceiverConsistencyCheckImpl
public interface TransceiverConsistencyCheck
This optional consistency check allows for different interpretations of RX or TX. For example is a SystemPlugin has a configuration where an RX can behave as a TX overriding the default behaviour can be used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransceiverSettings
getRxSettings(ConsistencyCheckContext context)
TransceiverSettings
getTxSettings(ConsistencyCheckContext context)
-
-
-
Method Detail
-
getTxSettings
TransceiverSettings getTxSettings(ConsistencyCheckContext context)
-
getRxSettings
TransceiverSettings getRxSettings(ConsistencyCheckContext context)
-
-