![]() |
ChimeraTK-ApplicationCore 04.06.00
|
This Module provides the following features:
Configuration will be published as process variables, according to the hierarchy constructed in the configuration file.
<configuration>
<variable name="var8" type="int8" value="-123"/>
<variable name="bool" type="boolean" value="true"/>
<module name="module1">
<variable name="var8" type="int8" value="-123"/>
<module name="submodule">
<variable name="intArray" type="int32">
<value i="0" v="10"/>
<value i="1" v="9"/>
<value i="2" v="8"/>
<value i="7" v="3"/>
<value i="8" v="2"/>
<value i="9" v="1"/>
<value i="3" v="7"/>
<value i="4" v="6"/>
<value i="5" v="5"/>
<value i="6" v="4"/>
</variable>
</module>
</module>
</configuration>