summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Ground/UAV_GS.idl
blob: 8e7c9003c175aa2fcc851618e1ed3d73e1838a33 (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
//$Id$
//=============================================================================
/**
 * @file UAV_GS.idl
 *
 * Definition of the UAV_GS component
 *
 * @author George Edwards <g.edwards@vanderbilt.edu>
 * @author Gan Deng <gan.deng@vanderbilt.edu>
 */
//=============================================================================
#ifndef CIAO_UAV_GS_IDL
#define CIAO_UAV_GS_IDL

#include "../BBN_UAV.idl"

module BBN_UAV
{
  component UAV_GS
    {
      publishes StartCapture start_capture;
      consumes PrepareCapture prepare_capture;
    };

  home UAV_GSHome manages UAV_GS
    {
    };
};

#endif /*CIAO_UAV_GS_IDL */