summaryrefslogtreecommitdiff
path: root/trunk/CIAO/examples/BasicSP/descriptors/HUDisplay.cid
blob: 3746e7cae24469cbfbb6fe0373a4e8bda13429d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Deployment:ComponentImplementationDescription
 xmlns:Deployment="http://www.omg.org/Deployment"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
  <label>HUDisplay Assembly</label>
  <UUID>effd4bd0-6db0-4c50-9bb7-db9decebae1c</UUID>
  <assemblyImpl>
    <instance xmi:id="a_GPS">
      <name>BMDevice_Instance</name>
      <package href="GPS.cpd"/>
    </instance>
    <instance xmi:id="a_Airframe">
      <name>BMClosedED_Instance</name>
      <package href="Airframe.cpd"/>
    </instance>
    <instance xmi:id="a_NavDisplay">
      <name>BMDisplay_Instance</name>
      <package href="NavDisplay.cpd"/>
    </instance>
    <instance xmi:id="a_Timer">
      <name>EC_Instance</name>
      <package href="Timer.cpd"/>
    </instance>
    <connection>
      <name>Timer_NavDisplay</name>
      <internalEndpoint>
        <portName>timeout</portName>
        <instance xmi:idref="a_Timer"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>timeout</portName>
        <instance xmi:idref="a_GPS"/>
      </internalEndpoint>
    </connection>
    <connection>
      <name>GPS_Airframe</name>
      <internalEndpoint>
        <portName>data_available</portName>
        <instance xmi:idref="a_GPS"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>in_avail</portName>
        <instance xmi:idref="a_Airframe"/>
      </internalEndpoint>
    </connection>
    <connection>
      <name>Airframe_GPS</name>
      <internalEndpoint>
        <portName>datain</portName>
        <instance xmi:idref="a_Airframe"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>data_read</portName>
        <instance xmi:idref="a_GPS"/>
      </internalEndpoint>
    </connection>
    <connection>
      <name>Airframe_NavDisplay</name>
      <internalEndpoint>
        <portName>data_ready</portName>
        <instance xmi:idref="a_NavDisplay"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>out_avail</portName>
        <instance xmi:idref="a_Airframe"/>
      </internalEndpoint>
    </connection>
    <connection>
      <name>NavDisplay_Airframe</name>
      <internalEndpoint>
        <portName>comp_data</portName>
        <instance xmi:idref="a_NavDisplay"/>
      </internalEndpoint>
      <internalEndpoint>
        <portName>dataout</portName>
        <instance xmi:idref="a_Airframe"/>
      </internalEndpoint>
    </connection>
  </assemblyImpl>
</Deployment:ComponentImplementationDescription>