-config
launch argument. The properties are the same as for the Client so the same properties File can be used for both Client and Server in standalone mode.
A661_NOTE_LAYER_IS_ACTIVE
and A661_NOTE_LAYER_IS_INACTIVE
for all the Layers managed by a Channel if the cockpit configuration is changed. See compactOutputBuffers property.text { -fx-font-smoothing-type: gray; }
PosX
and PosY
attributes do not change the position of the children of the A661_MASK_CONTAINER widget but the position of the Mask itselfPosX
and PosY
attributes do not change the position of the Mask but the position of the children of the A661_MASK_CONTAINER widgetserver.windows
parameter for its Window ConfigurationWindowManagerFactory.getInstance().addManagerDefinition(<window manager key>, nativeManagerClazz)
false
(default value): do not send any A661_NOTE_CYCLIC_ACTIVATION notificationonProcessed
: send a A661_NOTE_CYCLIC_ACTIVATION notification after the processing of a Layer Block received from the ClientonCycle=<period>
: send cyclically a A661_NOTE_CYCLIC_ACTIVATION notification every period
ms. The first notification will be sent after period
after the connectiononCycle=<delay-period>
: send cyclically a A661_NOTE_CYCLIC_ACTIVATION notification every period
ms. The first notification will be sent after delay
after the connectiononProcessed
and onCycle
notifications types can both be supported by using the following syntax: onProcessed;onCycle:<value>
. The first boolean sent after the notification ID will be set to:server.cyclicActivation=onProcessedWill send a A661_NOTE_CYCLIC_ACTIVATION notification for all Layers of a Buffer after the Buffer is processed. Note that no notification will be sent if the Buffer is discarded (usually because the Server did not have time to process it). Each notification comes with a boolean value set to true.
server.cyclicActivation=onCycle:1000Will send a A661_NOTE_CYCLIC_ACTIVATION notification for all active Layers each second. Each notification comes with a boolean value set to false. The first notification will be sent 1 second after the connection.
server.cyclicActivation=onCycle:10000-1000Will send a A661_NOTE_CYCLIC_ACTIVATION notification for all active Layers each second. Each notification comes with a boolean value set to false. The first notification will be sent 10 seconds after the connection.
server.cyclicActivation=onProcessed;onCycle:1000Will send a A661_NOTE_CYCLIC_ACTIVATION notification:
<debugBuffer> <layer appliID="1" layerID="10" setInactive="true" /> <layer appliID="1" layerID="12" > <widget widgetID="51" /> <widget widgetID="234" recurse="true" /> </layer> </debugBuffer>This debugBuffer XML file defines that:
A661_NOTE_LAYER_IS_ACTIVE
and A661_NOTE_LAYER_IS_INACTIVE
for all the Layers managed by a Channel if the cockpit configuration is changed.logServerArea=true server.menus=true server.uiCombo=true logMaximumLines=10
graphics=DefGraphics.xml pictures=DefPictures.xml ui=LookAndFeel.xml lf=JavaFX supplement=6 serverInputPort=8080 serverOutputPort=8081 serverInputSize=50000 serverOutputSize=200 server.autoVisible=true logServerArea=true server.menus=true server.uiCombo=true logMaximumLines=10
<properties> <property key="graphics" value="DefGraphics.xml" /> <property key="pictures" value="DefPictures.xml" /> <property key="lf" value="JavaFX" /> <property key="supplement" value="6" /> <property key="serverInputPort" value="8080" /> <property key="serverOutputPort" value="8081" /> <property key="serverInputSize" value="50000" /> <property key="serverOutputSize" value="200" /> <property key="server.autoVisible" value="true" /> <property key="logServerArea" value="true" /> <property key="server.menus" value="true" /> <property key="server.uiCombo" value="true" /> <property key="logMaximumLines" value="10" /> </properties>
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence