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

⟦7b5ad642d⟧ TextFile

    Length: 258 (0x102)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

with Seats;
package Seat_Controls is

    subtype Seat_Id is Seats.Seat_Id;

    procedure Light_On (Seat : Seat_Id);
    -- passenger button pressed

    procedure Light_Off (Seat : Seat_Id);

    procedure Call_Button (Seat : Seat_Id);


end Seat_Controls;