Class Dish
java.lang.Object
net.adambruce.dsn.now.model.state.Dish
DSN dish information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe activity of the dishgetArray()the dish is configured as an arraythe azimuth of the dish (degrees)the dish is configured for Delta-Differential One-Way Ranging (DDOR)the downlink signals received by the dishthe elevation of the dish (degrees)the dish is configured for Multiple Spacecraft Per Aperture (MSPA)getName()the name of the dishthe targets that the dish is trackingthe uplink signals transmitting from the dishthe wind speed at the dish (km/hr)inthashCode()voidsetActivity(String activity) the activity of the dishvoidthe dish is configured as an arrayvoidsetAzimuth(Long azimuth) the azimuth of the dish (degrees)voidsetDeltaDifferentialOneWayRanging(Boolean deltaDifferentialOneWayRanging) the dish is configured for Delta-Differential One-Way Ranging (DDOR)voidsetDownSignal(Signal downSignal) the downlink signals received by the dish.voidsetElevation(Long elevation) the elevation of the dish (degrees)voidsetMultipleSpacecraftPerAperture(Boolean multipleSpacecraftPerAperture) the dish is configured for Multiple Spacecraft Per Aperture (MSPA)voidthe name of the dishvoidthe target that the dish is tracking.voidsetUpSignal(Signal upSignal) the uplink signals transmitting from the dish.voidsetWindSpeed(Long windSpeed) the wind speed at the dish (km/hr)toString()
-
Constructor Details
-
Dish
public Dish()
-
-
Method Details
-
setUpSignal
the uplink signals transmitting from the dish. This method will append to the list.- Parameters:
upSignal- the uplink signal transmitting from the dish
-
setDownSignal
the downlink signals received by the dish. This method will append to the list.- Parameters:
downSignal- the downlink signal received by the dish
-
setTarget
the target that the dish is tracking. This method will append to the list.- Parameters:
target- the target that the dish is tracking
-
getName
-
getAzimuth
-
getElevation
-
getWindSpeed
the wind speed at the dish (km/hr)- Returns:
- the wind speed at the dish (km/hr)
-
getMultipleSpacecraftPerAperture
the dish is configured for Multiple Spacecraft Per Aperture (MSPA)- Returns:
- whether the dish is configured for MSPA
-
getArray
the dish is configured as an array- Returns:
- whether the dish is configured as an array
-
getDeltaDifferentialOneWayRanging
the dish is configured for Delta-Differential One-Way Ranging (DDOR)- Returns:
- whether the dish is configured for DDOR
-
getActivity
-
getUpSignals
-
getDownSignals
-
getTargets
-
setName
-
setWindSpeed
the wind speed at the dish (km/hr)- Parameters:
windSpeed- the wind speed at the dish (km/hr)
-
setActivity
the activity of the dish- Parameters:
activity- the activity of the dish
-
equals
-
hashCode
-
toString
-
setAzimuth
the azimuth of the dish (degrees)- Parameters:
azimuth- the azimuth of the dish
-
setElevation
the elevation of the dish (degrees)- Parameters:
elevation- the elevation of the dish
-
setMultipleSpacecraftPerAperture
the dish is configured for Multiple Spacecraft Per Aperture (MSPA)- Parameters:
multipleSpacecraftPerAperture- whether the dish is configured for MSPA
-
setArray
the dish is configured as an array- Parameters:
array- whether the dish is configured as an array
-
setDeltaDifferentialOneWayRanging
the dish is configured for Delta-Differential One-Way Ranging (DDOR)- Parameters:
deltaDifferentialOneWayRanging- whether the dish is configured for DDOR
-