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

Method configurationOk

app/src/IO/ConnectionManager.cpp:219–229  ·  view source on GitHub ↗

* @brief Returns true when the active connection target(s) are configured. */

Source from the content-addressed store, hash-verified

217 * @brief Returns true when the active connection target(s) are configured.
218 */
219bool IO::ConnectionManager::configurationOk() const
220{
221 if (AppState::instance().operationMode() == SerialStudio::ProjectFile)
222 return projectConfigurationOk();
223
224 auto* uiDriver = activeUiDriver();
225 if (uiDriver)
226 return uiDriver->configurationOk();
227
228 return false;
229}
230
231/**
232 * @brief Returns the currently selected bus type.

Callers 1

Calls 1

operationModeMethod · 0.80

Tested by

no test coverage detected