#include <datalog.hpp>
Public Member Functions | |
CsvWriter (const std::string &path) | |
virtual bool | write (const DataLog *dataLog) |
![]() | |
virtual | ~DataLogWriter () |
Writes a data log in the CSV spreadsheet format. This can be imported into almost any spreadsheet program.
CsvWriter::CsvWriter | ( | const std::string & | path | ) |
|
virtual |
Implements DataLogWriter.