MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / resetFrameReader

Method resetFrameReader

app/src/IO/ConnectionManager.cpp:730–735  ·  view source on GitHub ↗

* @brief Recreates the FrameReader for device 0 with the current settings. */

Source from the content-addressed store, hash-verified

728 * @brief Recreates the FrameReader for device 0 with the current settings.
729 */
730void IO::ConnectionManager::resetFrameReader()
731{
732 auto it = m_devices.find(0);
733 if (it != m_devices.end() && it->second)
734 it->second->reconfigure(buildFrameConfig(0));
735}
736
737/**
738 * @brief Wires a UI driver's configurationChanged to persist, sync-to-live, and QML-forward

Callers 1

frameParserConfigureMethod · 0.80

Calls 2

findMethod · 0.80
reconfigureMethod · 0.80

Tested by

no test coverage detected