DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦c34bad8e7⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Display, seg_04b1f7, seg_04b33c

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Window_Io;

package Display is


    type Ways is (Input_Window, Output_Window, Input_Output_Window);
    type Window (Kind : Ways := Output_Window) is private;


    procedure Open_Window
                 (Name : in String; The_Window : in out Window; Mode : Ways);
    procedure Close_Window (The_Window : in out Window);
    procedure Put (What : String; In_Window : Window);
    procedure Put_Line (What : String; In_Window : Window);
    procedure New_Line (In_Window : Window);


private
    type Window (Kind : Ways := Output_Window) is
        record
            Already_Opened : Boolean := False;  
            case Kind is
                when Input_Window =>
                    Handle_On_Input_Window : Window_Io.File_Type;
                when Output_Window =>  
                    Handle_On_Output_Window : Window_Io.File_Type;
                when Input_Output_Window =>  
                    Handle_On_Window_For_Input : Window_Io.File_Type;
                    Handle_On_Window_For_Output : Window_Io.File_Type;
            end case;
        end record;

end Display;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1d rec1=00 rec2=01 rec3=084
        [0x01] rec0=06 rec1=00 rec2=02 rec3=001
    tail 0x2174fe576867c35dbc51e 0x42a00088462060003