Package Name: command_fifo

Return to: Package List


-- =============================================================================
-- File    : command_fifo.ads                                                  =
-- Project : AMAF                                                              =
-- Version : 1.0.0                                                             =
-- Author  : M. A. van der Lugt                                                =
--                                                                             =
-- Copyright 1996 Marinus A. van der Lugt                                      =
--                                                                             =
-- History :                                                                   =
-- ----------------------------------------------------------------------------=


-- =============================================================================

-- Project packages
with Constants_And_Types ;
with Commands ;


with Fifo ;
-- =============================================================================
package Command_Fifo is new
   Fifo (Commands.Command_Class_Ptr, Constants_And_Types.Command_Fifo_Size) ;
-- =============================================================================