Class TransceiverConsistencyCheckImpl
- java.lang.Object
-
- org.seamcat.model.plugin.system.optional.TransceiverConsistencyCheckImpl
-
- All Implemented Interfaces:
TransceiverConsistencyCheck
public class TransceiverConsistencyCheckImpl extends java.lang.Object implements TransceiverConsistencyCheck
-
-
Constructor Summary
Constructors Constructor Description TransceiverConsistencyCheckImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransceiverSettings
getRxSettings(ConsistencyCheckContext context)
TransceiverSettings
getTxSettings(ConsistencyCheckContext context)
-
-
-
Method Detail
-
getTxSettings
public TransceiverSettings getTxSettings(ConsistencyCheckContext context)
- Specified by:
getTxSettings
in interfaceTransceiverConsistencyCheck
-
getRxSettings
public TransceiverSettings getRxSettings(ConsistencyCheckContext context)
- Specified by:
getRxSettings
in interfaceTransceiverConsistencyCheck
-
-