Comms¶
- public class Comms¶
Communications for a vessel.
- SpaceCenter.Vessel getVessel()¶
Get the vessel.
- boolean getHasLocalControl()¶
Whether the vessel can be controlled locally.
- boolean getHasFlightComputer()¶
Whether the vessel has a flight computer on board.
- boolean getHasConnection()¶
Whether the vessel has any connection.
- boolean getHasConnectionToGroundStation()¶
Whether the vessel has a connection to a ground station.
- double getSignalDelay()¶
The shortest signal delay to the vessel, in seconds.
- double getSignalDelayToGroundStation()¶
The signal delay between the vessel and the closest ground station, in seconds.
- double signalDelayToVessel(SpaceCenter.Vessel other)¶
The signal delay between the this vessel and another vessel, in seconds.
- Parameters:
other (
SpaceCenter.Vessel
) –