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

Method handle_telemetry_data

OpenHD/ohd_interface/src/ethernet_link.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void EthernetLink::handle_telemetry_data(const uint8_t* data, int data_len) {
155 // Forward incoming telemetry data to the upper layer
156 auto shared = std::make_shared<std::vector<uint8_t>>(data, data + data_len);
157 on_receive_telemetry_data(shared);
158}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected