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

Function get_console

OpenHD/ohd_common/src/openhd_udp.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "openhd_spdlog.h"
34
35static std::shared_ptr<spdlog::logger> get_console() {
36 return openhd::log::create_or_get("UDP");
37}
38
39openhd::UDPForwarder::UDPForwarder(std::string client_addr1,
40 int client_udp_port1)

Callers 8

UDPForwarderMethod · 0.70
forwardPacketViaUDPMethod · 0.70
addForwarderMethod · 0.70
UDPReceiverMethod · 0.70
loopUntilErrorMethod · 0.70
runInBackgroundMethod · 0.70
setSocketReuseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected