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

Method filterConfig

pj_runtime/src/DataProcessorService.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195const DataProcessorService::FilterRecipe* DataProcessorService::filterConfig(TopicId output_topic_id) const {
196 auto it = recipes_.find(output_topic_id);
197 return it == recipes_.end() ? nullptr : &it->second;
198}
199
200std::vector<DataProcessorService::FilterRecipe> DataProcessorService::recipes() const {
201 std::vector<FilterRecipe> out;

Callers 5

originalInputOfMethod · 0.80
applyToSelectedMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64