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

Method parserMutexForObjectTopic

pj_runtime/src/SessionManager.cpp:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624std::shared_ptr<std::mutex> SessionManager::parserMutexForObjectTopic(ObjectTopicId id) const {
625 std::shared_lock lock(object_parsers_mutex_);
626 const auto* slot = findValidParserSlotLocked(id);
627 return slot != nullptr ? slot->mutex : nullptr;
628}
629
630void SessionManager::recordLoadedSource(QString path, QString prefix, QString plugin_id, QString plugin_config_json) {
631 LoadedSource source{std::move(path), std::move(prefix), std::move(plugin_id), std::move(plugin_config_json)};

Callers 2

createMediaSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected