MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / ~JoystickReader

Method ~JoystickReader

OpenHD/ohd_telemetry/src/rc/JoystickReader.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62JoystickReader::~JoystickReader() {
63 m_console->debug("JoystickReader::~JoystickReader()");
64 terminate = true;
65 m_read_joystick_thread->join();
66 m_read_joystick_thread = nullptr;
67}
68
69void JoystickReader::loop() {
70 while (!terminate) {

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected