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

Method listDatasets

pj_datastore/src/reader.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125DataReader::DataReader(const DataEngine& engine) : engine_(engine) {}
126
127std::vector<DatasetId> DataReader::listDatasets() const {
128 return engine_.listDatasets();
129}
130
131std::vector<TopicId> DataReader::listTopics(DatasetId dataset_id) const {
132 return engine_.listTopics(dataset_id);

Callers 15

resolveDatasetIdMethod · 0.45
globalTimeReferenceMethod · 0.45
catalogFingerprintMethod · 0.45
rebuildNowMethod · 0.45
resolveInputTopicMethod · 0.45
resolveInputFieldMethod · 0.45
outputNameInUseMethod · 0.45
TESTFunction · 0.45
beginLoadMethod · 0.45
MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
datasetNamedMethod · 0.36
engineHasDatasetMethod · 0.36
TEST_FFunction · 0.36