summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl
blob: e82e48244cd72d437611804481146afdb67db20c (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
31
32
// $Id$

/**
 * @file NavDisplayEI.idl
 *
 * Definition of the NavDisplay (navigation display) component implementation.
 *
 * @author Nanbor Wang <nanbor@cs.wustl.edu>
 */

#ifndef NAVDISPLAYEI_IDL
#define NAVDISPLAYEI_IDL

#include "NavDisplayE.idl"

module HUDisplay
{
  /**
   * @interface NavDisplay_Exec
   *
   * The actually GPS executor inherits from both CCM_GPS and
   * CCM_position interfaces as a monolithic implementation.
   */
  local interface NavDisplay_Exec :
    CCM_NavDisplay,
    Components::SessionComponent
  {
  };

};

#endif /* NAVDISPLAYEI_IDL */