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

⟦bc4512317⟧ Ada Source

    Length: 2048 (0x800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Error_File_Maker, seg_04720f

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 Text_Io;

package Error_File_Maker is


    Error_File_Already_Opened : exception;
    Source_File_Already_Opened : exception;  
    No_Opened_File_For_Use : exception;

    type Object is limited private;

    procedure Open (Source_File, Error_File : in String; Obj : in out Object);

    procedure Copy_To_Line (Obj : in out Object; Line_Number : in Natural);

    procedure Highlight (Obj : in out Object; Column_Number : in Natural);

    procedure Write (Obj : in out Object; Error_Text : in String);

    procedure Close (Obj : in out Object);

private

    type Object is
        record
            Source_File : Text_Io.File_Type;
            Error_File : Text_Io.File_Type;
            Current_Written_Line : Natural;
            Is_Opened : Boolean;  
        end record;

end Error_File_Maker;

E3 Meta Data

    nblk1=1
    nid=0
    hdr6=2
        [0x00] rec0=22 rec1=00 rec2=01 rec3=000
    tail 0x21544087886534c2016a5 0x42a00088462060003