MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setReplayColumnMap

Method setReplayColumnMap

app/src/DataModel/FrameBuilder.cpp:1963–1967  ·  view source on GitHub ↗

* @brief Installs the per-source uniqueId->column map a file player uses for final-value replay. */

Source from the content-addressed store, hash-verified

1961 * @brief Installs the per-source uniqueId->column map a file player uses for final-value replay.
1962 */
1963void DataModel::FrameBuilder::setReplayColumnMap(
1964 std::unordered_map<int, std::unordered_map<int, int>> map)
1965{
1966 m_replayColumnMap = std::move(map);
1967}
1968
1969/**
1970 * @brief Compiles per-dataset transforms into one shared Lua/JS engine per source, caching function

Callers 6

closeFileMethod · 0.80
buildReplayLayoutMethod · 0.80
closeFileMethod · 0.80
closeFileMethod · 0.80
buildReplayLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected