Expand description
Parameter server implementation
Provides a static storage parameter server for embedded systems. Parameters are stored in a fixed-size array with compile-time capacity.
Structsยง
- Legacy
Parameter Builder - Builder for declaring parameters with a fluent API
- Parameter
Server - Parameter server over caller-owned storage
- Parameter
Storage - Backing storage a caller places, then lends to a
ParameterServer. - Parameter
Table - The slot table a
ParameterServerborrows.