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

Method outputKinds

pj_datastore/src/data_processor.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26std::vector<PJ::StorageKind> DataProcessor::outputKinds(PJ::Span<const PJ::StorageKind> in) const {
27 (void)in;
28 return std::vector<PJ::StorageKind>(static_cast<std::size_t>(numOutputs()), PJ::StorageKind::kFloat64);
29}
30
31} // namespace PJ::proc

Callers 2

addMimoTransformMethod · 0.45
outputKindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected