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

Method reconfigure

app/src/IO/DeviceManager.cpp:146–153  ·  view source on GitHub ↗

* @brief Recreates the FrameReader with a new frame configuration. */

Source from the content-addressed store, hash-verified

144 * @brief Recreates the FrameReader with a new frame configuration.
145 */
146void IO::DeviceManager::reconfigure(const FrameConfig& config)
147{
148 Q_ASSERT(m_driver);
149
150 m_frameConfig = config;
151 killFrameReader();
152 startFrameReader(config);
153}
154
155//--------------------------------------------------------------------------------------------------
156// Private slots

Callers 15

resetFrameReaderMethod · 0.80
imu_simulator.pyFile · 0.80
plc_simulator.pyFile · 0.80
daqbridge.pyFile · 0.80
client.pyFile · 0.80
csv2wav.pyFile · 0.80
em_wave_udp.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected