<windows> <windowDef name="Window" width="10000" height="10000" x="0" y="0" /> </windows> <configs border="255,255,255" borderWidth="3"> <display id="1" name="simple" width="10000" height="10000" defaultLayout="layout1"> <layout name="layout1"> <window name="Window1" selector="all"> <layer layerID="2" /> </window> </layout> </display> </configs>See the complete inlined cockpit specification example.
<geometry> <geom name="full" width="width" height="height" transparent="false"/> </geometry> <windowTypes> <windowType name="WindowType1" geometry="full" selector="all"> <layer name="Layer1" layerID="2"/> </windowType> </windowTypes> <layoutTypes> <layoutType name="layout1" > <windowTypeRef name="Window1" type="WindowType1" x="0" y="0"/> </layoutType> </layoutTypes> <displayTypes> <displayType name="du" width="width" height="height" defaultLayout="layout1"> <typeRef type="layout1"/> </displayType> </displayTypes> <configs border="0,0,0" borderWidth="3"> <display id="1" name="display"> <typeRef type="du"/> </display> </configs>See a typed cockpit specification example for one display, and another typed cockpit specification example for two displays based on the same types specifications.
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence