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

⟦40f203b55⟧ Ada Source

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

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 Transport_Defs;
with List_Generic;
with Identification;

with Message;

package Objects_Known is

    type Tdescription is
        record
            Host : Message.Content_String;
            -- machine de l'objet
            Sock : Message.Content_String;
            -- socket par laquelle on peut lui envoyer un message
            Name : Message.Content_String;
            -- nom de l'objet
        end record;


    type Object is private;

    procedure Enter_New_Object (Ident : in Identification.Tclient_Id;
                                Description : in Tdescription);
    -- creation d'un nouvel objet a partir de sa description et de son id

    procedure Search_Object (Ident : in Identification.Tclient_Id;
                             Description : out Tdescription);
    -- recherche d'un objet a partir de son id,retourn sa description

    procedure Delete_Object (Ident : in Identification.Tclient_Id);
    -- retirer un objet de la liste

private

    type Object is
        record
            The_Description : Tdescription;
            The_Client : Identification.Tclient_Id;
        end record;

    package Object_List is new List_Generic (Object);

    List_Of_Object : Object_List.List := Object_List.Nil;

end Objects_Known;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=20 rec1=00 rec2=01 rec3=030
        [0x01] rec0=0f rec1=00 rec2=02 rec3=001
    tail 0x2175d1ed087b64ab2ead3 0x42a00088462060003