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

#ifndef PRIMARY_GIZMO_IDL
#define PRIMARY_GIZMO_IDL

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

module SPACE
{
  component Primary_Gizmo
  {
    emits Gizmo_Data observation_data;
  };
  
  home Primary_Gizmo_Factory
    manages Primary_Gizmo
  {
  };
};

#endif // PRIMARY_GIZMO_IDL