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

Method handle_video_data

OpenHD/ohd_interface/src/ethernet_link.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void EthernetLink::handle_video_data(int stream_index, const uint8_t* data,
149 int data_len) {
150 // Forward incoming video data to the upper layer
151 on_receive_video_data(stream_index, data, data_len);
152}
153
154void EthernetLink::handle_telemetry_data(const uint8_t* data, int data_len) {
155 // Forward incoming telemetry data to the upper layer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected