|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
#include "core/user_cache.h"#include <algorithm>#include <cctype>#include <chrono>#include <fstream>#include <nlohmann/json.hpp>#include <string>#include <system_error>#include <utility>#include <vector>Namespaces | |
| namespace | mm |
| namespace | mm::core |
Functions | |
| void | mm::core::to_json (nlohmann::json &j, const UserCacheFile &f) |
Serialises a listing entry as it appears in GET /api/user-cache. | |