To access or change variables which are defined in hard
callbacks (cf. chapter 7) a so-called Broker is
used. These variables may be double values, arrays of double values or
strings and the corresponding functions are listed in table 5.7.
These ``Broker-variables'' are accessed through their names. The name
of variable anExample
in the hard callback named
veryHardCallback
would be: "veryHardCallback:anExample"
.
Furthermore, hard callbacks may be enabled or disabled by soft callbacks.