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

Method operationMode

app/src/AppState.cpp:83–86  ·  view source on GitHub ↗

* @brief Returns the current operation mode. */

Source from the content-addressed store, hash-verified

81 * @brief Returns the current operation mode.
82 */
83SerialStudio::OperationMode AppState::operationMode() const noexcept
84{
85 return m_operationMode;
86}
87
88/**
89 * @brief Returns the current derived FrameConfig for device 0.

Callers 15

ConnectionManagerMethod · 0.80
isConnectedMethod · 0.80
configurationOkMethod · 0.80
processPayloadMethod · 0.80
connectDeviceMethod · 0.80
disconnectDeviceMethod · 0.80
setBusTypeMethod · 0.80
syncUiDriverToLiveMethod · 0.80
rebuildDevicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected