|
Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
|
#include <LoggerStore.h>
Public Member Functions | |
| LoggerStore () | |
| void | storeLog (const Log &log) |
| std::vector< Log > * | getLogs () |
| void | clearLogs () |
Static Private Attributes | |
| static std::vector< Log > * | logs = new std::vector<Log>() |
| LoggerStore::LoggerStore | ( | ) |
| void LoggerStore::clearLogs | ( | ) |
| std::vector< Log > * LoggerStore::getLogs | ( | ) |
| void LoggerStore::storeLog | ( | const Log & | log | ) |