DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: B T

⟦a50a97f54⟧ TextFile

    Length: 971 (0x3cb)
    Types: TextFile
    Names: »B«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

with Prompt_Pkg;

separate (Tracker)
package body Subsystem_Pkg is
    --------------------------------------------------------------------------------
    --|
    --|  NAME:  SUBSYSTEM_PKG
    --|
    --|  OVERVIEW:
    --|    This package defines the actions that can be performed on a
    --|    subsystem (defined in DATA_PKG).
    --|
    --|  EXCEPTIONS HANDLED:
    --|    none
    --|
    --|  HISTORY:
    --|    Written by   May Lee   March 1985
    --|
    --------------------------------------------------------------------------------

    use El_List_Pkg;
    use Ss_List_Pkg;

    procedure Change_Ss_In_El (Ss_Record : in Subsystem_Pointer;
                               New_Name : in Ss_Name_Type) is separate;
    procedure Ss_Add is separate;
    procedure Ss_Initialize is separate;
    procedure Ss_Set_Up is separate;
    procedure Ss_Delete is separate;
    procedure Ss_Modify is separate;
    procedure Ss_Save is separate;

end Subsystem_Pkg;