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

⟦0b10bbe12⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, generic, package List, seg_04567a

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



generic
    type Element is private;
    Nb_Preallocation_Cellule : Positive := 10;

package List is
    type Object is private;
    procedure Insert (The_List : in out Object; X : in Element);
    procedure Set_Current_Element (The_List : Object; X : in Element);
    procedure Remove_Current_Element (The_List : in out Object);
    function Get_Current_Element (The_List : Object) return Element;
    procedure Go_First (The_List : Object);
    procedure Go_Previous (The_List : Object);
    procedure Go_Next (The_List : Object);
    function At_End (The_List : Object) return Boolean;

private  
    type Cellule;
    type Access_Cell is access Cellule;
    type Object is
        record
            First : Access_Cell;
            Last : Access_Cell;
        end record;
end List;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1b rec1=00 rec2=01 rec3=000
        [0x01] rec0=05 rec1=00 rec2=02 rec3=001
    tail 0x21541baf8864b342452de 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 1a 80 05 63 6f 72 64 3b 05 00 09 65 6e  ┆      cord;   en┆