|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Policy and location for the on-disk parameter cache. More...
#include <parameter_cache.h>
Public Attributes | |
| bool | cacheAllVendors |
| false: cache Synapticon (0x22D2) only; true: cache every vendor. | |
| std::string | directory |
"" = a standard per-user cache directory (see resolveDir). | |
| bool | enabled = true |
| Master switch for the whole cache (false disables it entirely). | |
Policy and location for the on-disk parameter cache.
Mirrors the JSONC parameterCache block (mapped into this struct in main.cc).
| bool mm::node::ParameterCacheConfig::cacheAllVendors |
false: cache Synapticon (0x22D2) only; true: cache every vendor.
| std::string mm::node::ParameterCacheConfig::directory |
"" = a standard per-user cache directory (see resolveDir).
| bool mm::node::ParameterCacheConfig::enabled = true |
Master switch for the whole cache (false disables it entirely).