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
10
bool
reportToFile
(
Report
report, std::string dir);
11
12
#endif
/* REPORTWRITER_HPP */
reportToFile
bool reportToFile(Report report, std::string dir)
Definition
reportWriter.cpp:4
Report
Definition
types.hpp:130
types.hpp
src
pacsim
include
reportWriter.hpp
Generated by
1.9.8