Skip to main content

Module server

Module server 

Source
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ยง

LegacyParameterBuilder
Builder for declaring parameters with a fluent API
ParameterServer
Parameter server over caller-owned storage
ParameterStorage
Backing storage a caller places, then lends to a ParameterServer.
ParameterTable
The slot table a ParameterServer borrows.