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

Method frameConfig

app/src/AppState.cpp:91–94  ·  view source on GitHub ↗

* @brief Returns the current derived FrameConfig for device 0. */

Source from the content-addressed store, hash-verified

89 * @brief Returns the current derived FrameConfig for device 0.
90 */
91IO::FrameConfig AppState::frameConfig() const noexcept
92{
93 return m_frameConfig;
94}
95
96/**
97 * @brief Returns true while the session is ephemeral (operator/runtime deployments).

Callers 2

buildFrameConfigMethod · 0.80
frameParserGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected