Comms

type krpc_RemoteTech_Comms_t

Communications for a vessel.

krpc_error_t krpc_RemoteTech_Comms_Vessel(krpc_connection_t connection, krpc_SpaceCenter_Vessel_t *result)

Get the vessel.

krpc_error_t krpc_RemoteTech_Comms_HasLocalControl(krpc_connection_t connection, bool *result)

Whether the vessel can be controlled locally.

krpc_error_t krpc_RemoteTech_Comms_HasFlightComputer(krpc_connection_t connection, bool *result)

Whether the vessel has a flight computer on board.

krpc_error_t krpc_RemoteTech_Comms_HasConnection(krpc_connection_t connection, bool *result)

Whether the vessel has any connection.

krpc_error_t krpc_RemoteTech_Comms_HasConnectionToGroundStation(krpc_connection_t connection, bool *result)

Whether the vessel has a connection to a ground station.

krpc_error_t krpc_RemoteTech_Comms_SignalDelay(krpc_connection_t connection, double *result)

The shortest signal delay to the vessel, in seconds.

krpc_error_t krpc_RemoteTech_Comms_SignalDelayToGroundStation(krpc_connection_t connection, double *result)

The signal delay between the vessel and the closest ground station, in seconds.

krpc_error_t krpc_RemoteTech_Comms_SignalDelayToVessel(krpc_connection_t connection, double *result, krpc_SpaceCenter_Vessel_t other)

The signal delay between the this vessel and another vessel, in seconds.

Parameters:

krpc_error_t krpc_RemoteTech_Comms_Antennas(krpc_connection_t connection, krpc_list_object_t *result)

The antennas for this vessel.