summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/UAV/UAV.idl
blob: d21feea8ea1677a6a878ecd1c0bf3db11c43d9d7 (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
//$Id$
//=============================================================================
/**
 * @file UAV.idl
 *
 * Definition of the UAV component
 *
 * @author George Edwards <g.edwards@vanderbilt.edu>
 */
//=============================================================================
#ifndef CIAO_UAV_IDL
#define CIAO_UAV_IDL

#include "../BBN_UAV.idl"

module BBN_UAV
{
  component UAV
    {
      publishes TargetLocated target_located;
      consumes StartCapture start_capture;
    };

  home UAVHome manages UAV
    {
    };
};

#endif /*CIAO_BMDEVICE_IDL */