Add CAN log replay based battery tests

This commit is contained in:
Jonny 2025-09-02 08:59:25 +01:00
parent 7f8f48756d
commit fd9d1ec714
9 changed files with 281 additions and 1 deletions

View file

@ -0,0 +1,10 @@
#include "../../Software/src/devboard/utils/types.h"
#include <filesystem>
#include <iostream>
namespace fs = std::filesystem;
bool ends_with(const std::string& str, const std::string& suffix);
std::vector<CAN_frame> parse_can_log_file(const fs::path& filePath);