Next: The slider Token
Up: The Available Tokens
Previous: The matrix Token
The slider_with_label Token
The slider_with_label is a graphical entity that resembles a
linear potentiometer. It is used in RTiC-Lab to change the parameter
values on the fly. It is "tied" to a given parameter by a unique
zero-based identifier ID (ID has the range between 0 to
the number of updatable parameters minus one).
This widget differs from the slider token in that the slider token does not take a label.
The usage of the slider_with_label token in the inputfile
is as follows:
slider_with_label 'label',min,max, startvalue,ID
Each of the fields is described in what follows:
- label: A text label - delimetered with single quotes
(') - that will appear in the parameter window and will identify the
given parameter to the user.
- min, max: The minimum and maximum values, respectively,
that the parameter can take.
- startvalue: The starting or initial value that the
parameter will take when RTiC-Lab is first activated.
- ID: A unique identifier (integer) that identifies the
given parameter to the user's controller defined in the file
user_controller.c.
Next: The slider Token
Up: The Available Tokens
Previous: The matrix Token
Michael Barabanov
2001-06-19