MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / ~EthernetLink

Method ~EthernetLink

OpenHD/ohd_interface/src/ethernet_link.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 : EthernetLink(openhd::load_config(), profile) {}
80
81EthernetLink::~EthernetLink() {
82 // Stop background receivers
83 if (m_video_rx) m_video_rx->stopBackground();
84 if (m_telemetry_rx) m_telemetry_rx->stopBackground();
85}
86
87void EthernetLink::initialize_air_unit() {
88 // Initialize video transmitter for sending video to the ground unit

Callers

nothing calls this directly

Calls 1

stopBackgroundMethod · 0.80

Tested by

no test coverage detected