Scheduler
|
#include <record.h>
Public Member Functions | |
Record (std::shared_ptr< Utils::Configuration > conf, std::string name) | |
void | add (double time, double element) |
void | printToFile (std::string folder) const |
Record::Record | ( | std::shared_ptr< Utils::Configuration > | conf, |
std::string | name | ||
) |
Definition at line 18 of file record.cpp.
void Record::add | ( | double | time, |
double | element | ||
) |
Definition at line 41 of file record.cpp.
void Record::printToFile | ( | std::string | folder | ) | const |
Definition at line 23 of file record.cpp.