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

⟦d2ea57f94⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Index_List, seg_047ba1, seg_048031, seg_04803c

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 
└─⟦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 Index, Exclusive_Generic_List;
package Index_List is

    type Object is private;

    procedure Put (List : in out Object;
                   Complement_Index : in Positive;
                   Ok : out Boolean);
    procedure Show (List : in Object);
    procedure Init (List : in out Object);
    procedure Next (List : in out Object);
    function Value (List : in Object) return Positive;
    function Value (List : in Object) return String;
    function Done (List : in Object) return Boolean;

    Null_Object : constant Object;

private

    package I_List is new Exclusive_Generic_List
                             (Element => Index.Object,
                              Null_Element => Index.Null_Object,
                              Show_Element => Index.Show,
                              Get_Key => Index.Image);

    Null_Iterator : I_List.Iterator;

    type Object is
        record
            Object : I_List.Object := I_List.Null_Object;
            Iterator : I_List.Iterator := Null_Iterator;
        end record;

    Null_Object : constant Object :=
       (Object => I_List.Null_Object, Iterator => Null_Iterator);

end Index_List;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1f rec1=00 rec2=01 rec3=066
        [0x01] rec0=08 rec1=00 rec2=02 rec3=001
    tail 0x217489e6e865037b38afe 0x42a00088462060003