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 - download
Index: ┃ T V

⟦3f46dbcd1⟧ TextFile

    Length: 1107 (0x453)
    Types: TextFile
    Names: »V«

Derivation

└─⟦bfaa708f6⟧ Bits:30000531 8mm tape, Rational 1000, INSIGHT 1_3_0
    └─ ⟦c51948655⟧ »DATA« 
        └─⟦266b31e86⟧ 
            └─⟦this⟧ 

TextFile

----------------------------------------------------------------------
------------------------ panel_interface_ads -------------------------
----------------------------------------------------------------------
---------------------- Date Created: 10/9/1991 -----------------------
----------------------------------------------------------------------
--  This package contains procedures that present the user with the --
--  interactive panels and process the user actions.                --
----------------------------------------------------------------------
------         This source code was generated using the         ------
------   Screen Machine(tm) user interface development system   ------
------          from Objective Interface Systems, Inc.          ------
----------------------------------------------------------------------

with Seats;
package Panel_Interface is

    procedure Interact_Passenger;

    procedure Light_On (Seat : Seats.Seat_Id);
    procedure Light_Off (Seat : Seats.Seat_Id);

    procedure Dump_O2 (Open : Boolean; Seat : Seats.Seat_Id);

end Panel_Interface;