summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Deployment/instance.cdp
blob: 897b94c6a49ef4c9e57095bc8b84c412658261f3 (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
<instance xmi:id="ControlComponentInstance">
  <name>ControlComponent</name>
  <node>ControlNode</node>
  <!-- hostname -->
  <source/>
  <implementation xmi:idref="ControlComponentImplementation" />
  <configProperty>
    <name>rate</name>
    <value>
      <type>
        <kind>tk_ulong</kind>
      </type>
      <value>
        <ulong>100</ulong>
      </value>
    </value>
  </configProperty>
  <configProperty>
    <name>max_x</name>
    <value>
      <type>
        <kind>tk_ushort</kind>
      </type>
      <value>
        <ushort>225</ushort>
      </value>
    </value>
  </configProperty>
  <configProperty>
    <name>max_y</name>
    <value>
      <type>
        <kind>tk_ushort</kind>
      </type>
      <value>
        <ushort>250</ushort>
      </value>
    </value>
  </configProperty>
  <configProperty>
    <name>max_size</name>
    <value>
      <type>
        <kind>tk_ushort</kind>
      </type>
      <value>
        <ushort>25</ushort>
      </value>
    </value>
  </configProperty>
  <configProperty>
    <name>resize_shape</name>
    <value>
      <type>
        <kind>tk_boolean</kind>
      </type>
      <value>
        <boolean>true</boolean>
      </value>
    </value>
  </configProperty>
</instance>