16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 02:29:17 +02:00

html reports

This commit is contained in:
milek7
2019-04-01 07:59:04 +02:00
parent bcc87e3f30
commit e5e85344ea
3 changed files with 48 additions and 28 deletions

View File

@@ -11,10 +11,13 @@ class trainingcard_panel : public ui_panel
std::string remarks;
std::optional<std::time_t> start_time_wall;
float distance = 0.0f;
std::thread save_thread;
std::atomic<int> state;
std::string json_escape(const std::string &s);
void save_thread_func();
void clear();