summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Backup_Gizmo_Low/Backup_Gizmo_Low.ccd
blob: 24cee524c78457d5748ca1c67e57105988defa2e (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
<?xml version="1.0"?>
<!DOCTYPE corbacomponent SYSTEM "corbacomponent.dtd">

<corbacomponent>
  <corbaversion>3.0</corbaversion>
  <componentrepid repid="IDL:SPACE/Backup_Gizmo_Low:1.0"/>
  <homerepid repid="IDL:SPACE/Backup_Gizmo_Low_Factory:1.0"/>
  <componentkind>
    <session>
      <servant lifetime="container"/>
    </session>
  </componentkind>
  <threading policy="multithread"/>
  <configurationcomplete set="true"/>
  
  <homefeatures
      name="Backup_Gizmo_Low_Factory"
      repid="IDL:SPACE/Backup_Gizmo_Low_Factory:1.0">
  </homefeatures>
  
  <componentfeatures
      name="Backup_Gizmo_Low"
      repid="IDL:SPACE/Backup_Gizmo_Low:1.0">
    <ports>
      <emits
          emitsname="observation_data"
          eventtype="IDL:SPACE/Gizmo_Data:1.0">
        <eventpolicy policy="normal"/>
      </emits>
    </ports>
  </componentfeatures>
  
</corbacomponent>