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

⟦cbb67b88c⟧ Ada Source

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

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 Escape;
package Link is

    package Visible is
        type String_Kind is (Name, State);
        type Escape_Kind is (First, Second);
    end Visible;

    use Visible;

    type Object is private;

    procedure Put (Item : in out Object;
                   The_Kind : in String_Kind;
                   The_String : in String;
                   Ok : out Boolean);
    procedure Put (Item : in out Object;
                   The_Kind : in Escape_Kind;
                   The_Escape : in Escape.Object;
                   Ok : out Boolean);  
    procedure Image (Item : in Object);
    function Name (Item : in Object) return Natural;
    function Enumeration (Item : in Object) return Natural;
    function Literal (Item : in Object) return Natural;
    function First_Escape (Item : in Object) return Escape.Object;
    function Second_Escape (Item : in Object) return Escape.Object;

    Null_Object : constant Object;
private

    type Object is
        record
            Name : Natural := 0;
            Enumeration : Natural := 0;
            Literal : Natural := 0;
            First_Escape : Escape.Object := Escape.Null_Object;
            Second_Escape : Escape.Object := Escape.Null_Object;
        end record;

    Null_Object : constant Object := (Name => 0,
                                      Enumeration => 0,
                                      Literal => 0,
                                      First_Escape => Escape.Null_Object,
                                      Second_Escape => Escape.Null_Object);
end Link;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=20 rec1=00 rec2=01 rec3=01c
        [0x01] rec0=10 rec1=00 rec2=02 rec3=001
    tail 0x217416ba0861352aede3d 0x42a00088462060003