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

Function get_atomic_value

OpenHD/ohd_interface/src/wb_link.cpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361int get_atomic_value(const std::atomic<int>& atomic_val) {
362 return atomic_val.load();
363}
364
365bool WBLink::request_set_frequency(int frequency) {
366 m_console->debug("request_set_frequency {}", frequency);

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected