[traffic] Feature-complete cache persistence, including decoded coloring

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-20 21:40:39 +03:00
parent f132022e60
commit dd65e89f8f
6 changed files with 396 additions and 18 deletions

View File

@@ -367,7 +367,7 @@ void MainWindow::OnOpenTrafficSample()
std::setlocale(LC_ALL, "en_US.UTF-8");
traffxml::TraffFeed feed;
traffxml::TraffFeed shiftedFeed;
if (traffxml::ParseTraff(document, feed))
if (traffxml::ParseTraff(document, std::nullopt /* dataSource */, feed))
{
for (auto message : feed)
{