implementation
element for Java modules. See Java modulesgroovyImplementation
element for Groovy modules. See Groovy modulespythonImplementation
element for Python modules. See Python modulescImplementation
element for C modules. See C modulesFlightManagementSystem
module:position
publish servicedirectTo
event servicecomputeFlightPlan
request-response service<module name="FlightManagementSystem" id="1" > <interfaces> <subscribe service="position" /> <eventReceived service="directTo"/> <requestReceived service="computeFlightPlan"/> </interfaces> </module>
<module name="FlightManagementSystem" > <implementation path="org.da.aircraft.fms.FMS" > <initEntryPoint method="init" /> <startEntryPoint method="start" /> <defaultReceiveEntryPoint method="receive" /> <defaultSendEntryPoint method="send" /> </implementation> <interfaces> <subscribe service="position" /> <eventReceived service="directTo"/> <requestReceived service="computeFlightPlan"/> </interfaces> </module>
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence