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

Method setFrameDetectionMode

app/src/IO/FrameReader.cpp:275–278  ·  view source on GitHub ↗

* @brief Sets the frame detection mode (start/end/start+end/no delimiters). */

Source from the content-addressed store, hash-verified

273 * @brief Sets the frame detection mode (start/end/start+end/no delimiters).
274 */
275void IO::FrameReader::setFrameDetectionMode(const SerialStudio::FrameDetection mode)
276{
277 m_frameDetectionMode = mode;
278}
279
280//--------------------------------------------------------------------------------------------------
281// Frame detection

Callers 2

startFrameReaderMethod · 0.80
configureAndFeedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected