Versions in this module Expand all Collapse all v0 v0.0.1 Dec 5, 2024 Changes in this version + type ParameterStore struct + func New() *ParameterStore + func (ps *ParameterStore) Add(name string, unit parameterunit.ParameterUnit, logFormatString string) + func (ps *ParameterStore) FormatLog() (headline string, value string) + func (ps *ParameterStore) Get(name string, unit parameterunit.ParameterUnit) float64 + func (ps *ParameterStore) Set(name string, unit parameterunit.ParameterUnit, value float64) error