Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
parameter_cache.cc File Reference
#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>
Include dependency graph for parameter_cache.cc:

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.