RemoteTech#
-
class RemoteTech : public krpc::Service#
This service provides functionality to interact with RemoteTech.
-
bool available()#
Whether RemoteTech is installed.
-
std::vector<std::string> ground_stations()#
The names of the ground stations.
-
Antenna antenna(SpaceCenter::Part part)#
Get the antenna object for a particular part.
- Parameters:
-
Comms comms(SpaceCenter::Vessel vessel)#
Get a communications object, representing the communication capability of a particular vessel.
- Parameters:
-
bool available()#