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

Method createWriter

pj_datastore/src/engine.cpp:948–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946// ---------------------------------------------------------------------------
947
948DataWriter DataEngine::createWriter() {
949 return DataWriter(*this);
950}
951
952DataReader DataEngine::createReader() const {
953 return DataReader(*this);

Callers 15

SetUpMethod · 0.80
addScalarTopicAtEpochFunction · 0.80
addScalarTopicFunction · 0.80
TESTFunction · 0.80
addScalarTopicFunction · 0.80
addScalarTopicFunction · 0.80
SetUpMethod · 0.80
appendMoreRowsMethod · 0.80
TESTFunction · 0.80
addScalarTopicFunction · 0.80
loadPotatoFunction · 0.80
TESTFunction · 0.80

Calls 1

DataWriterClass · 0.50

Tested by 15

SetUpMethod · 0.64
addScalarTopicAtEpochFunction · 0.64
addScalarTopicFunction · 0.64
TESTFunction · 0.64
addScalarTopicFunction · 0.64
addScalarTopicFunction · 0.64
SetUpMethod · 0.64
appendMoreRowsMethod · 0.64
TESTFunction · 0.64
addScalarTopicFunction · 0.64
loadPotatoFunction · 0.64
TESTFunction · 0.64