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

Method EthernetManager

OpenHD/ohd_interface/src/ethernet_manager.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140EthernetManager::EthernetManager() {
141 m_console = openhd::log::create_or_get("eth_manager");
142}
143
144void EthernetManager::async_initialize(int operating_mode) {
145 auto runnable = [this, operating_mode]() { loop(operating_mode); };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected