MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / pluginConfigKey

Function pluginConfigKey

pj_app/src/StreamingSourceManager.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53constexpr const char* kStreamingBufferKey = "MainWindow.streamingBufferValue";
54
55QString pluginConfigKey(const std::string& plugin_id) {
56 return QString::fromLatin1(kPluginConfigKeyPrefix) + QString::fromStdString(plugin_id);
57}
58
59// Looks up a streaming plugin by display name. Returns nullptr when no
60// streaming plugin matches — caller surfaces the error.

Callers 1

startSessionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected