summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Gizmo2_Medium/Gizmo2_Medium.idl
blob: a85c3a124255d3723bfbc91455ce06c1edfda658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

#ifndef GIZMO2_MEDIUM_IDL
#define GIZMO2_MEDIUM_IDL

#include <Components.idl>
#include "Event_Types.idl"

module SPACE
{
  component Gizmo2_Medium
  {
    emits Gizmo_Data observation_data;
  };
  
  home Gizmo2_Medium_Factory
    manages Gizmo2_Medium
  {
  };
};

#endif // GIZMO2_MEDIUM_IDL