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

Method applyBatch

pj_datastore/src/data_processor.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19std::vector<Sample> DataProcessor::applyBatch(const std::vector<Sample>& in) {
20 reset();
21 std::vector<Sample> out;
22 appendTail(in, out);
23 return out;
24}
25
26std::vector<PJ::StorageKind> DataProcessor::outputKinds(PJ::Span<const PJ::StorageKind> in) const {
27 (void)in;

Callers 3

TESTFunction · 0.80
ensureFilteredMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64