Add a Boolean-valued parameter to the parameter list.
Add a Float-valued parameter to the parameter list.
Add an Int-valued parameter to the parameter list.
Add a Long-valued parameter to the parameter list.
Add a String-valued parameter to the parameter list.
Get a Boolean-valued parameter from the parameter list.
Get a Float-valued parameter from the parameter list.
Get an Int-valued parameter from the parameter list.
Get a Long-valued parameter from the parameter list.
Get a string-valued parameter from the parameter list.
Convert parameters to a single string, as in "key1=value1,key2=value2"
Convert parameters to a single string, as in "key1=value1,key2=value2"
Helper class to manage the parameters packed into the single Sensor save/restore parameter string.
Parameters are saved as comma-separated key=value parameter definitions. The advantage of using this class is that values that are null strings or contain spaces are OK. Values should not contain the "=" or "," character however.