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

Method TCPEndpoint

OpenHD/ohd_telemetry/src/endpoints/TCPEndpoint.cpp:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "openhd_util.h"
34
35TCPEndpoint::TCPEndpoint(openhd::TCPServer::Config config)
36 : MEndpoint("TCPServer"), openhd::TCPServer("MTCPServer", config) {}
37
38bool TCPEndpoint::sendMessagesImpl(
39 const std::vector<MavlinkMessage>& messages) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected