#include "../../Software/src/devboard/utils/types.h" #include #include namespace fs = std::filesystem; bool ends_with(const std::string& str, const std::string& suffix); std::vector split(const std::string& text, char sep); std::string snake_case_to_camel_case(const std::string& str); std::vector parse_can_log_file(const fs::path& filePath);