added recent C++ code

This commit is contained in:
2016-01-09 18:34:03 +01:00
parent 1af38ba3b5
commit a5f2ee6f04
5 changed files with 243 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ class Settings {
public:
std::string path = "/mnt/firma/kunden/HandyGames/daten";
std::string path = "/mnt/firma/kunden/HandyGames/datenOK";
std::vector<std::string> classNames = {"forwardbend", "jumpingjack", "kneebend", "pushups", "situps"};
static int classToInt(const std::string className) {