| 33 | #include "openhd_util.h" |
| 34 | |
| 35 | TCPEndpoint::TCPEndpoint(openhd::TCPServer::Config config) |
| 36 | : MEndpoint("TCPServer"), openhd::TCPServer("MTCPServer", config) {} |
| 37 | |
| 38 | bool TCPEndpoint::sendMessagesImpl( |
| 39 | const std::vector<MavlinkMessage>& messages) { |
nothing calls this directly
no outgoing calls
no test coverage detected