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

⟦2bcffa040⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Unparser, seg_038c79, seg_038f73

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 body Unparser is


    procedure Create (Name : in String) is

    begin
        Current_Col := 1;
        Fichier_Io.Create (Fichier_Source, Text_Io.Out_File, Name);
        Fichier_Io.Set_Col (Fichier_Source,
                            Text_Io.Positive_Count (Current_Col));
    end Create;

    procedure Put (Item : String) is
    begin

        Fichier_Io.Put (Fichier_Source, Item);
    end Put;  
    procedure Put (Item : Integer) is
    begin

        Fichier_Io.Put (Fichier_Source, Item);
    end Put;

    procedure Put_Line (Item : String) is
    begin
        Fichier_Io.Put_Line (Fichier_Source, Item);  
        Fichier_Io.Set_Col (Fichier_Source,
                            Text_Io.Positive_Count (Current_Col));
    end Put_Line;


    procedure Set_Col (To : Natural := 0) is
    begin
        Current_Col := Current_Col + To;
        Fichier_Io.Set_Col (Fichier_Source,
                            Text_Io.Positive_Count (Current_Col));
    end Set_Col;

    procedure Unset_Col (To : Natural := 0) is
    begin  
        if Current_Col > To then
            Current_Col := Current_Col - To;
            Fichier_Io.Unset_Col (Fichier_Source,
                                  Text_Io.Positive_Count (Current_Col));
        end if;
    end Unset_Col;

    procedure Open (Name : in String) is
    begin
        Fichier_Io.Open (Fichier_Source, Name);
    end Open;

    procedure Close (Name : in String) is
    begin
        Fichier_Io.Close (Fichier_Source);
    end Close;

end Unparser;

E3 Meta Data

    nblk1=3
    nid=2
    hdr6=4
        [0x00] rec0=27 rec1=00 rec2=01 rec3=032
        [0x01] rec0=17 rec1=00 rec2=03 rec3=000
        [0x02] rec0=02 rec1=00 rec2=03 rec3=000
    tail 0x21531d19284e8480fdd0a 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 03 fc 00 41 20 20 20 20 20 20 20 20 20 20  ┆     A          ┆