module
element. For example:<module name="FlightManagementSystem" id="1" > <implementation path="org.da.aircraft.fms.FMS" > ... </implementation> </module>
module
or instance
element. For example:<application name="theAppli"> <deployment> <lib url="myModule.jar" /> </deployment> <modules> <module name="module1"/> </modules> </application>or:
<application name="theAppli"> <deployment> <lib url="myModule.jar" /> </deployment> <modules> <instance name="module1" instance="myInstance" /> </modules> </application>
groovyModule
element. For example:<groovyModule name="FlightManagementSystem" id="1" > <groovyImplementation path="fms.groovy" /> </groovyModule>
pythonModule
element. For example:<pythonModule name="FlightManagementSystem" id="1" > <pythonImplementation path="fmsModule" inputPort="6000" outputPort="6005" inputSize="1024" outputSize="1024" /> </pythonModule>
cModule
element. For example:<cModule name="FlightManagementSystem" id="1" > <cImplementation path="fms" /> </cModule>
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence