3bd5475499
version: sunnypilot v2026.002.000 (staging) date: 2026-06-05T03:53:22 master commit: 46b9253729193e47a8be99154bae41c35359a373
11 lines
285 B
C++
11 lines
285 B
C++
#pragma once
|
|
|
|
#include <optional>
|
|
|
|
#include "tools/cabana/dbc/dbcmanager.h"
|
|
|
|
namespace utils {
|
|
void exportToCSV(const QString &file_name, std::optional<MessageId> msg_id = std::nullopt);
|
|
void exportSignalsToCSV(const QString &file_name, const MessageId &msg_id);
|
|
} // namespace utils
|