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

Method transmit_telemetry_data

OpenHD/ohd_interface/src/ethernet_link.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void EthernetLink::transmit_telemetry_data(TelemetryTxPacket packet) {
125 // Send telemetry data to the destination
126 if (m_telemetry_tx) {
127 m_telemetry_tx->forwardPacketViaUDP(packet.data->data(),
128 packet.data->size());
129 }
130}
131
132void EthernetLink::transmit_video_data(
133 int stream_index,

Callers

nothing calls this directly

Calls 2

forwardPacketViaUDPMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected