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

Function topicFromRowId

pj_app/src/ui/Scene3DConfigPanel.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148[[nodiscard]] ObjectTopicId topicFromRowId(qint64 id) {
149 ObjectTopicId topic_id;
150 topic_id.id = static_cast<uint32_t>(id);
151 return topic_id;
152}
153
154[[nodiscard]] LayerRow rowFromLayerInfo(const SceneLayerInfo& info) {
155 return LayerRow{

Callers 4

Scene3DConfigPanelMethod · 0.85
rebuildLayerListMethod · 0.85
selectedTopicIdMethod · 0.85
topicOrderFromIdsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected