♻ Improve memory driver #106
Labels
difficulty:easy
Issue should be easy to fix
driver
Issue is about a driver
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
priority
This issue needs immediate attention.
Milestone
The memory driver has two deficiencies:
To fix these problems, this issue proposes to change the driver configuration and driver itself. The base config key will be
vars
and it will return an array of maps. In the maps are two keys,name
andinitial
.name
takes aString
and represents the name of the memory device.initial
can take any value DrMem device value. If the memory device has not yet been set, this value will be immediately reported.All the variables will be handled by the one instance.
Note that all variables defined in one instance of the driver will have the same path prepended to their names. If different paths are desired, then multiple instances of the driver will have to be used.
The text was updated successfully, but these errors were encountered: