Class Signal
java.lang.Object
net.adambruce.dsn.now.model.state.Signal
DSN signal information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanwhether the signal is activegetBand()the band of the signalthe rate of data transmitted / receivedthe frequency of the signal (Hz)getPower()the power of the signal (dBm)the signal typethe spacecraft this signal is communicating withthe ID of the spacecraft this signal is communicating withinthashCode()voidwhether the signal is activevoidthe band of the signalvoidsetDataRate(Long dataRate) the rate of data transmitted / receivedvoidsetFrequency(Long frequency) the frequency of the signal (Hz)voidthe power of the signal (dBm)voidsetSignalType(String signalType) the signal typevoidsetSpacecraft(String spacecraft) the spacecraft this signal is communicating withvoidsetSpacecraftId(Long spacecraftId) the ID of the spacecraft this signal is communicating withtoString()
-
Constructor Details
-
Signal
public Signal()
-
-
Method Details
-
getActive
-
getSignalType
-
getDataRate
the rate of data transmitted / received- Returns:
- the rate of data transmitted / received
-
getFrequency
the frequency of the signal (Hz)- Returns:
- the frequency of the signal (Hz)
-
getBand
-
getPower
-
getSpacecraft
the spacecraft this signal is communicating with- Returns:
- the spacecraft this signal is communicating with
-
getSpacecraftId
the ID of the spacecraft this signal is communicating with- Returns:
- the ID of the spacecraft this signal is communicating with
-
setActive
whether the signal is active- Parameters:
active- whether the signal is active
-
setSignalType
the signal type- Parameters:
signalType- the signal type
-
setDataRate
the rate of data transmitted / received- Parameters:
dataRate- the rate of data transmitted / received
-
setFrequency
the frequency of the signal (Hz)- Parameters:
frequency- the frequency of the signal (Hz)
-
setBand
-
setPower
the power of the signal (dBm)- Parameters:
power- the power of the signal (dBm)
-
setSpacecraft
the spacecraft this signal is communicating with- Parameters:
spacecraft- the spacecraft this signal is communicating with
-
equals
-
hashCode
-
toString
-
setSpacecraftId
the ID of the spacecraft this signal is communicating with- Parameters:
spacecraftId- the ID of the spacecraft this signal is communicating with
-