Modules: org/da/protoframework/tacticalenv/resources/tacticalenv.xml Types: org/da/protoframework/tacticalenv/resources/types.xml Services: org/da/protoframework/tacticalenv/resources/services.xml
<application name="publishAppli"> <modules> <module name="PublishModule" > <implementation path="org.da.samples.protoframework.publish.PublishModule" > <initEntryPoint method="init" /> <defaultReceiveEntryPoint method="subscribe" /> <defaultSendEntryPoint method="publish" /> </implementation> <interfaces> <eventReceived service="event"/> <cyclic service="published" frequency="200ms" attach="attach"/> </interfaces> </module> </modules> </application>Note that you need to define a top-level
application
, but the name of the application
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence