.. default-domain:: cpp .. highlight:: cpp .. namespace:: krpc::services::RemoteTech RemoteTech ========== .. namespace:: krpc::services .. class:: RemoteTech : public krpc::Service This service provides functionality to interact with `RemoteTech `_. .. function:: RemoteTech(krpc::Client* client) Construct an instance of this service. .. function:: bool available() Whether RemoteTech is installed. .. function:: std::vector ground_stations() The names of the ground stations. .. function:: Antenna antenna(SpaceCenter::Part part) Get the antenna object for a particular part. :Parameters: .. function:: Comms comms(SpaceCenter::Vessel vessel) Get a communications object, representing the communication capability of a particular vessel. :Parameters: