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

Function curveKey

pj_plotting/widget/src/FilterEditorPanel.cpp:76–78  ·  view source on GitHub ↗

The catalog key identifying one column of a topic in a dataset — the canonical "dataset:.../topic:.../column:..." string the catalog and host plots key curves by.

Source from the content-addressed store, hash-verified

74// The catalog key identifying one column of a topic in a dataset — the canonical
75// "dataset:.../topic:.../column:..." string the catalog and host plots key curves by.
76QString curveKey(DatasetId dataset_id, TopicId topic_id, std::size_t column) {
77 return QStringLiteral("dataset:%1/topic:%2/column:%3").arg(dataset_id).arg(topic_id).arg(column);
78}
79
80// Synthetic curve key/title for the in-memory filtered preview curve — never a
81// catalog key, so it lives only inside the preview PlotWidget.

Callers 2

originalInputOfMethod · 0.70
applyToSelectedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected