Uses of Class
net.adambruce.dsn.now.model.state.Signal
Packages that use Signal
Package
Description
Contains merged DSN Now configuration and state models.
Contains DSN Now state models.
-
Uses of Signal in net.adambruce.dsn.now.model.merged
Methods in net.adambruce.dsn.now.model.merged that return types with arguments of type SignalModifier and TypeMethodDescriptionMergedDishData.getDownSignals()the downlink signals received by the dishMergedDishData.getUpSignals()the uplink signals transmitting from the dishConstructor parameters in net.adambruce.dsn.now.model.merged with type arguments of type SignalModifierConstructorDescriptionMergedDishData(String name, String friendlyName, String type, Long azimuth, Long elevation, Long windSpeed, Boolean multipleSpacecraftPerAperture, Boolean array, Boolean deltaDifferentialOneWayRanging, String activity, List<Signal> upSignals, List<Signal> downSignals, List<MergedTargetData> target) Creates a newMergedDishDatainstance. -
Uses of Signal in net.adambruce.dsn.now.model.state
Methods in net.adambruce.dsn.now.model.state that return types with arguments of type SignalModifier and TypeMethodDescriptionDish.getDownSignals()the downlink signals received by the dishDish.getUpSignals()the uplink signals transmitting from the dishMethods in net.adambruce.dsn.now.model.state with parameters of type SignalModifier and TypeMethodDescriptionvoidDish.setDownSignal(Signal downSignal) the downlink signals received by the dish.voidDish.setUpSignal(Signal upSignal) the uplink signals transmitting from the dish.