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

Method frameDetection

app/src/DataModel/ProjectModel.cpp:502–505  ·  view source on GitHub ↗

* @brief Returns the project-wide frame detection strategy. */

Source from the content-addressed store, hash-verified

500 * @brief Returns the project-wide frame detection strategy.
501 */
502SerialStudio::FrameDetection DataModel::ProjectModel::frameDetection() const noexcept
503{
504 return m_frameDetection;
505}
506
507/**
508 * @brief Returns @c true if the project configuration is sufficient to generate a valid

Callers 2

deriveFrameConfigMethod · 0.80
buildFrameConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected