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

Function get_logger

OpenHD/ohd_interface/src/wifi_command_helper2.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#include <sys/ioctl.h>
40
41static std::shared_ptr<spdlog::logger> get_logger() {
42 return openhd::log::create_or_get("w_helper2");
43}
44
45static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err,
46 void *arg) {

Callers 6

error_handlerFunction · 0.70
set_wifi_up_downMethod · 0.70
set_wifi_monitor_modeMethod · 0.70
set_wifi_frequencyMethod · 0.70
set_wifi_txpowerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected