Home
Categories
Dictionary
Glossary
Download
Project Details
Changes Log
What Links Here
FAQ
License

ARINC661 pictures definition


    1  Grammar
    2  Example
    3  See also

The pictures definition is an XML file which is defined in the properties file with the properties pictures. It defines the list of pictures that can be used by the Server. Supported graphic file formats are: png, jpeg, gif, bmp. It specifies the pictures available on the Server and their index as used by widgets such as A661_PICTURE, A661_PICTURE_PUSH_BUTTON, etc...


It is used by by both the server and the UA Application.

Grammar

See the Pictures Schema

Example

   lt;pictures desc="DefPictures" baseURL=".">
      <picture index="2" name="Ball" url="ball.jpg" />
      <picture index="3" name="Hand" url="hand.png" size="stretched" />
      <picture index="4" name="Warning" url="warning.png" size="proportionate" />
      <picture index="5" name="Crocodile" url="crocodile.png"/>
   </pictures>

See also


Categories: builtin-applis | uaappli

Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence