summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Gizmo2_High/Gizmo2_High.idl
blob: cad9599871f92c8fb6ab84fb3b3aa34664be5b89 (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_HIGH_IDL
#define GIZMO2_HIGH_IDL

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

module SPACE
{
  component Gizmo2_High
  {
    emits Gizmo_Data observation_data;
  };
  
  home Gizmo2_High_Factory
    manages Gizmo2_High
  {
  };
};

#endif // GIZMO2_HIGH_IDL