#include <CsvLogger.h>
Definition at line 9 of file CsvLogger.h.
◆ columns_type
◆ CSVLogger()
◆ ~CSVLogger()
| CSVLogger::~CSVLogger |
( |
| ) |
|
|
virtual |
◆ addColumn()
| void CSVLogger::addColumn |
( |
std::string |
name | ) |
|
◆ clear()
| bool CSVLogger::clear |
( |
| ) |
|
◆ close()
| bool CSVLogger::close |
( |
| ) |
|
◆ isOpen()
| bool CSVLogger::isOpen |
( |
| ) |
|
◆ newSession()
| void CSVLogger::newSession |
( |
| ) |
|
◆ open()
◆ setFilepath()
| void CSVLogger::setFilepath |
( |
std::string |
path | ) |
|
|
inline |
◆ setRecording()
| void CSVLogger::setRecording |
( |
bool |
recording | ) |
|
|
inline |
◆ updateColumn()
| void CSVLogger::updateColumn |
( |
std::string |
name, |
|
|
double |
value |
|
) |
| |
◆ writeHeader()
| bool CSVLogger::writeHeader |
( |
| ) |
|
◆ writeRow()
| bool CSVLogger::writeRow |
( |
| ) |
|
◆ columns_
◆ currentSession
| unsigned int CSVLogger::currentSession = 1 |
|
private |
◆ file_
| std::shared_ptr<std::ofstream> CSVLogger::file_ |
|
private |
◆ filepath_
| std::string CSVLogger::filepath_ |
|
private |
◆ isRecording
| bool CSVLogger::isRecording = false |
|
private |
The documentation for this class was generated from the following files: