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

Method createReader

pj_runtime/src/SessionManager.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51SessionManager::~SessionManager() = default;
52
53DataReader SessionManager::createReader() const {
54 return data_engine_.createReader();
55}
56
57Timestamp SessionManager::datasetDomainDisplayOffset(DatasetId dataset_id) const {
58 // Base shift from the dataset's TimeDomain. Live lookup via the time-domain

Callers 5

catalogFingerprintMethod · 0.45
rebuildNowMethod · 0.45
mergedSampleCountFunction · 0.45

Calls

no outgoing calls

Tested by 1

mergedSampleCountFunction · 0.36