Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
reportWriter.hpp
Go to the documentation of this file.
1#ifndef REPORTWRITER_HPP
2#define REPORTWRITER_HPP
3
4#include "types.hpp"
5#include "yaml-cpp/yaml.h"
6#include <ctime>
7#include <fstream>
8#include <iostream>
9
10bool reportToFile(Report report, std::string dir);
11
12#endif /* REPORTWRITER_HPP */
bool reportToFile(Report report, std::string dir)