|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
#include "node/parameter_cache.h"#include <spdlog/spdlog.h>#include <algorithm>#include <array>#include <charconv>#include <cstdlib>#include <fstream>#include <iterator>#include <nlohmann/json.hpp>#include <string>#include <system_error>#include <utility>#include <variant>#include <vector>Namespaces | |
| namespace | mm |
| namespace | mm::node |
Functions | |
| void | mm::node::to_json (nlohmann::json &j, const ParameterCache::CacheEntry &e) |
| Serialises a CacheEntry to JSON (keys: vendorId, productCode, revisionNumber, parameterCount, sizeBytes). Participates in nlohmann ADL. | |