![]() |
|
Uniot Core
|
| 0.8.1 |
A generalized Register class template that stores named collections of typed values. More...
Classes | |
| class | uniot::Register< T > |
A generalized Register class template that stores named collections of typed values.
The Register class provides a flexible data storage mechanism similar to a named registry or dictionary where each entry (register) can contain multiple values of the same type. It's designed to be memory efficient for embedded systems while providing a convenient interface for storing and retrieving data.
| T | The type of values to store in the registers (can be any primitive or complex type) |