| machine | ||||
|---|---|---|---|---|
| inport 'a' | getBoolean('partId') | |||
| inport 'b' | invOut | |||
| more inports ... | ||||
The machine element is the container for all other elements. There can be only one machine element in a machine description file. The machine elements is itself contained in the prebuilt top-level root element that forms the runtime environment of the machine.
Machine element arguments:
| author | Information about the author |
| name | Name string |
| version | Version string |
The machine inputs are formed by the contained inport elements. See logInport, numInport, stringInport for details.
All ouputs of the contained elements can be accessed from JavaScript.
<machine
id="machine"
name="Shuttle animation demo"
author="ulrich.hoehne@arxio.de"
version= "0.4 - 17.06.2003">
All machine elements included here
</machine>