Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter struct {
// contains filtered or unexported fields
}
func (*Parameter) AddUnit ¶
func (p *Parameter) AddUnit(paramUnit parameterunit.ParameterUnit, logFormatString string)
AddUnit adds a new unit to the parameter
func (Parameter) FormatLog ¶
FormatLog format all unit entries of parameter to a list with a headline with separator semicolon, so it can be used to write a file in csv format.
func (*Parameter) Get ¶
func (p *Parameter) Get(paramUnit parameterunit.ParameterUnit) float64
Get gets the current value for the given unit
func (*Parameter) Set ¶
func (p *Parameter) Set(paramUnit parameterunit.ParameterUnit, value float64) error
Set sets a new value for the given unit
Click to show internal directories.
Click to hide internal directories.