|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
#include <cstdint>#include <expected>#include <filesystem>#include <functional>#include <nlohmann/json_fwd.hpp>#include <set>#include <span>#include <string>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| struct | mm::core::UserCacheFile |
One file in the user cache, as reported by UserCache::list. More... | |
| class | mm::core::UserCache |
| A flat, user-writable file store rooted at Motion Master's per-user cache directory. More... | |
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. | |