Changes between Version 17 and Version 18 of LabassertUserGuide


Ignore:
Timestamp:
05/25/09 08:53:32 (15 years ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LabassertUserGuide

    v17 v18  
    11[[PageOutline(1-4)]]
    22
    3 = Labassert User Guide =
     3__Labassert User Guide__
    44Reference: ESA/ESTEC contract n°21166/07/NL/JK -8 Jan. 2008
    55
     
    2222{{{
    2323#!comment
    24 == Table Of Content ==
     24= Table Of Content =
    2525 1. [wiki:LabassertUserGuide#a1.Installation Installation]
    2626 1. [wiki:LabassertUserGuide#a2.ApplicationsDescription Applications Description]
     
    5050}}}
    5151
    52 == 1. Installation ==
     52= Installation =
    5353Labassert 1.0 is available on Windows and Linux. Its installation requires no specific platform dependent procedure. The only action that may be required is to uncompress the archive with the appropriate utility if the distribution was provided as a zip or tar.gz file.
    5454
     
    6767Ellidiss Technologies can provide technical support to users of the Labassert tool. Please use the following address to send technical or commercial inquires: labassert@ellidiss.com
    6868
    69 == 2. Applications Description ==
    70 === 2.1 Launcher ===
     69= Applications Description =
     70== Launcher ==
    7171The launcher is used to open the functional, the interface and the deployment view editors.
    7272
    73 ==== 2.1.1. Screenshots ====
     73=== Screenshots ===
    7474[[Image(htdocs:UserGuide/img1.png)]]
    7575
    76 === 2.2 Functional View ===
     76== Functional View ==
    7777The Functional View Editor manages the applicative functions that can be referred within the Interface View.
    7878
     
    8383Functional View models can be stored in separate Libraries (.lfv files).
    8484
    85 ==== 2.2.1. Screenshots ====
     85=== Screenshots ===
    8686[[Image(htdocs:UserGuide/img2.png)]]
    8787
    88 ==== 2.2.2. File menu description ====
     88=== File menu description ===
    8989 * New Library : create a new functional view.
    9090 * Open Library : load an existing functional view (.lfv extension).
     
    9494 * Quit : close the application.
    9595
    96 ==== 2.2.3.  Edit Menu Description ====
     96=== Edit Menu Description ===
    9797 * New Function : create a function (functions appear in “Functions” notebook).
    9898 * Delete Function : delete the selected function.
     
    104104 * Delete Parameter : remove a parameter from an interface.
    105105
    106 ==== 2.2.4. “?” Menu Description ====
     106=== “?” Menu Description ===
    107107 * About : about the Interface View Editor.
    108108 * Help : application description and accelerators available.
    109109
    110 === 2.3 Interface View ===
     110== Interface View ==
    111111The Interface View Editor manages the grouping and the interaction of the applicative '''Functions''' within a hierarchy of '''Containers'''.
    112112
     
    117117Interface View models can be stored in separate Files (.liv files).
    118118
    119 ==== 2.3.1  Screenshots ====
     119=== Screenshots ===
    120120[[Image(htdocs:UserGuide/img3.png)]]
    121121
    122 ==== 2.3.2 File Menu Description ====
     122=== File Menu Description ===
    123123 * New : create a new interface view.
    124124 * Load : load an existing interface view (.liv extension).
     
    129129 * Quit : close the application.
    130130
    131 ==== 2.3.3 Edit Menu Description ====
     131=== Edit Menu Description ===
    132132 * New Container : create a Container on the work zone or in a Container.
    133133 * New Function : create a Function on the work zone or in a Container.
     
    142142 * Redo : redo the last modification.
    143143
    144 ==== 2.3.4 Tools Menu Description ====
     144=== Tools Menu Description ===
    145145 * Edit Functional View : open a Functional View Editor with current Functions of the interface view (loaded and created).
    146146 * Generate Interface View : generate the AADL file of the current interface view.
     
    153153 * Option : launch Interface View Editor option dialog box.
    154154
    155 ==== 2.3.5 “?” Menu Description ====
     155=== “?” Menu Description ===
    156156 * About : about the Interface View Editor.
    157157 * Help : application description and accelerators available.
    158158
    159 === 2.4 Deployment View ===
     159== Deployment View ==
    160160The Deployment View Editor manages the description of the run-time hardware and the allocation of the software elements onto it.
    161161
     
    166166Deployment View models can be stored in separate Files (.ldv files).
    167167
    168 ==== 2.4.1 Screenshots ====
     168=== Screenshots ===
    169169[[Image(htdocs:UserGuide/img4.png)]]
    170170
    171 ==== 2.4.2 File Menu Description ====
     171=== File Menu Description ===
    172172 * New : create a new diagram.
    173173 * Load : load an existing diagram (.ldv extension).
     
    177177 * Quit : close the application.
    178178
    179 ==== 2.4.3 Edit Menu Description ====
     179=== Edit Menu Description ===
    180180 * New Processor : create a Processor on the work zone.
    181181 * New Partition : create a Partition on a Processor.
     
    191191 * Redo : redo the last modification.
    192192
    193 ==== 2.4.4 Tools Menu Description ====
     193=== Tools Menu Description ===
    194194 * Generate Deployment View : generate the AADL file corresponding to the current deployment view.
    195195 * Navigation Panel : open the navigation panel in order to scroll and zoom the diagram.
    196196 * Option : launch Deployment View Editor option dialog box.
    197197
    198 ==== 2.4.5 "?” Menu Description ====
     198=== "?” Menu Description ===
    199199 * About : about the Deployment View Editor.
    200200 * Help : application description and accelerators available.
    201201
    202 == 3. Tutorial ==
     202= Tutorial =
    203203This tutorial presents a classic way of using Functional View, Interface View and Deployment View Editors.
    204204
    205 === 3.1 Functional View Editor ===
     205== Functional View Editor ==
    206206 1. Launch the Functional View Editor.
    207207 1. Load a '''Data View''' (File → Load Data View):[[BR]] AADL representation of the Data View files must exist in the workspace. They are usually generated by the Asn2aadlPlus tool. However, a simplistic version of an AADL Data View can be created with any text editor for the purpose of the tutorial. Its contents should be the following:
     
    236236Note : in the save as dialog box, a default name is proposed for the file : the previously given library name with the “.lfv” extension (Calc.lfv in our example).
    237237
    238 === 3.2 Interface View Editor ===
     238== Interface View Editor ==
    239239 1. Launch the Interface View Editor.
    240240 1. Load the previous '''Functional View''' (File → Load Functional View) : “Calc.lfv” file.
     
    296296  15.Generate the '''AADL''' file “Time_Conversion.aadl” (Tools → Generate Interface View). You can check the consistency of the result.
    297297
    298 === 3.3 Deployment View Editor ===
     298== Deployment View Editor ==
    299299 1. Launch the Deployment View Editor.
    300300 1. Load the previous '''Interface View''' (File → Load Interface View) : “Time_Conversion.liv” file.