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

Method send_messages_air_unit

OpenHD/ohd_telemetry/src/GroundTelemetry.cpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void GroundTelemetry::send_messages_air_unit(
191 const std::vector<MavlinkMessage>& messages) {
192 // transmit via wb / the abstract link we use for sending message(s) to the
193 // air unit
194 if (m_wb_endpoint) {
195 m_wb_endpoint->sendMessages(messages);
196 }
197}
198
199void GroundTelemetry::loop_infinite(bool& terminate,
200 const bool enableExtendedLogging) {

Callers

nothing calls this directly

Calls 1

sendMessagesMethod · 0.80

Tested by

no test coverage detected