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

Method createTopic

pj_datastore/src/engine.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119// ---------------------------------------------------------------------------
120
121Expected<TopicId> DataEngine::createTopic(DatasetId dataset_id, TopicDescriptor descriptor, TopicId requested_id) {
122 std::unique_lock<std::recursive_mutex> lock(impl_->mutex_);
123 return createTopicLocked(dataset_id, std::move(descriptor), requested_id);
124}
125
126Expected<TopicId> DataEngine::createTopicLocked(
127 DatasetId dataset_id, TopicDescriptor descriptor, TopicId requested_id) {

Callers 7

cbEnsureParserBindingMethod · 0.80
registerTopicMethod · 0.80
registerScalarSeriesMethod · 0.80
addSisoTransformMethod · 0.80
addMimoTransformMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64