| 79 | : EthernetLink(openhd::load_config(), profile) {} |
| 80 | |
| 81 | EthernetLink::~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 | |
| 87 | void EthernetLink::initialize_air_unit() { |
| 88 | // Initialize video transmitter for sending video to the ground unit |
nothing calls this directly
no test coverage detected