summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/examples/Display/NavDisplay/NavDisplay.idl
blob: 6cc554d2d45add77e4749d83c0b43967781595be (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 NavDisplay.idl
 *
 * Definition of the navigation display component.
 *
 * @author Nanbor Wang <nanbor@cs.wustl.edu>
 */

#ifndef NAVDISPLAY_IDL
#define NAVDISPLAY_IDL

#include "../HUDisplay.idl"

module HUDisplay
{
  component NavDisplay
    {
      consumes tick Refresh;
      uses position GPSLocation;
    };

  home NavDisplayHome manages NavDisplay
  {
  };
};

#endif /* NAVDISPLAY_IDL */