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

⟦e31ac55bf⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Objects_Known, seg_0543d2

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



package body Objects_Known is

    procedure Enter_New_Object (Ident : in Identification.Tclient_Id;
                                Description : in Tdescription) is

        An_Object : Object;

    begin
        An_Object.The_Description := Description;
        An_Object.The_Client := Ident;
        List_Of_Object := Object_List.Make (An_Object, List_Of_Object);
    end Enter_New_Object;

    procedure Search_Object (Ident : in Identification.Tclient_Id;
                             Description : out Tdescription) is

        Iter : Object_List.Iterator;
        An_Object : Object;

    begin
        Object_List.Init (Iter, List_Of_Object);
        loop
            exit when Object_List.Done (Iter);
            An_Object := Object_List.Value (Iter);
            exit when Identification.Tclient_Id'Image (An_Object.The_Client) =
                         Identification.Tclient_Id'Image (Ident);
            Object_List.Next (Iter);
        end loop;  
        Description := An_Object.The_Description;
    end Search_Object;

    procedure Delete_Object (Ident : in Identification.Tclient_Id) is
    begin
        null;
    end Delete_Object;

end Objects_Known;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1d rec1=00 rec2=01 rec3=01e
        [0x01] rec0=0a rec1=00 rec2=02 rec3=001
    tail 0x2175d1f1687b64b108434 0x42a00088462060003