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

Method set_status_loading

OpenHD/ohd_common/src/openhd_led.cpp:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void openhd::LEDManager::set_status_loading() {
223 if (m_has_error) {
224 stop_loading_thread();
225 }
226 m_has_error = false;
227 m_is_loading = true;
228 start_loading_thread();
229}
230
231void openhd::LEDManager::set_status_error() {
232 if (m_is_loading) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected