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

⟦0c8f73724⟧ Ada Source

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

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦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 : String; The_Window : in out Window; Mode : Ways);
    procedure Close_Window (The_Window : in out Window);
    procedure Display_Window;

private
    type Window (Kind : Ways := Output_Window) is
        record
            Already_Opened : Boolean;  
            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=2
    hdr6=2
        [0x00] rec0=20 rec1=00 rec2=01 rec3=000
        [0x01] rec0=00 rec1=10 rec2=e9 rec3=25d
    tail 0x21543c01686524c5aff84 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 12 00 0c 65 6e 64 20 44 69 73 70 6c 61  ┆      end Displa┆