MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / add_external_ground_station_ip

Method add_external_ground_station_ip

OpenHD/ohd_telemetry/src/GroundTelemetry.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void GroundTelemetry::add_external_ground_station_ip(
276 const openhd::ExternalDevice& ext_device) {
277 m_console->debug("add_external_ground_station_ip {}", ext_device.to_string());
278 if (m_gcs_endpoint) {
279 m_gcs_endpoint->addAnotherDestIpAddress(ext_device.external_device_ip);
280 }
281}
282
283void GroundTelemetry::remove_external_ground_station_ip(
284 const openhd::ExternalDevice& ext_device) {

Callers

nothing calls this directly

Calls 3

debugMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected