Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewStore ¶
func NewStore( getParameterValue func(name string, unit parameterunit.ParameterUnit) float64, sendTimeFormat string, ) *Store
NewStore creates a new parameter status store
func (*Store) Add ¶
func (pss *Store) Add(name string, unit parameterunit.ParameterUnit, logFormat string)
Add adds a new parameter with given attributes to the store
Click to show internal directories.
Click to hide internal directories.