* @brief Returns the project-wide frame detection strategy. */
| 500 | * @brief Returns the project-wide frame detection strategy. |
| 501 | */ |
| 502 | SerialStudio::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 |
no outgoing calls
no test coverage detected