// $Id$ /** * @file NavDisplay.idl * * Definition of the navigation display component. * * @author Nanbor Wang */ #ifndef NAVDISPLAY_IDL #define NAVDISPLAY_IDL #include "../Display_Base/Display_Base.idl" module HUDisplay { component NavDisplay { consumes tick Refresh; uses position GPSLocation; }; home NavDisplayHome manages NavDisplay { }; }; #endif /* NAVDISPLAY_IDL */