|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Summary of one cache file on disk, for the management UI. More...
#include <parameter_cache.h>
Public Attributes | |
| std::string | id |
Opaque "<vendor>-<product>-<revision>" key (see makeId). | |
| uint32_t | vendorId = 0 |
| Vendor ID from the file header. | |
| uint32_t | productCode = 0 |
| Product code from the file header. | |
| uint32_t | revisionNumber = 0 |
| Revision number from the file header. | |
| uint32_t | parameterCount = 0 |
| Number of cached parameter definitions in the file. | |
| std::uintmax_t | sizeBytes = 0 |
| File size on disk, in bytes. | |
Summary of one cache file on disk, for the management UI.
| std::string mm::node::ParameterCache::CacheEntry::id |
Opaque "<vendor>-<product>-<revision>" key (see makeId).
| uint32_t mm::node::ParameterCache::CacheEntry::parameterCount = 0 |
Number of cached parameter definitions in the file.
| uint32_t mm::node::ParameterCache::CacheEntry::productCode = 0 |
Product code from the file header.
| uint32_t mm::node::ParameterCache::CacheEntry::revisionNumber = 0 |
Revision number from the file header.
| std::uintmax_t mm::node::ParameterCache::CacheEntry::sizeBytes = 0 |
File size on disk, in bytes.
| uint32_t mm::node::ParameterCache::CacheEntry::vendorId = 0 |
Vendor ID from the file header.