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

⟦ffac52da7⟧ Ada Source

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

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



with Transport_Stream;  
with Set_Generic;
with Unbounded_String;

package Data_Client is
    package Unlimited_String is new Unbounded_String (10);

    type Iterator is private;

    type Object is
        record
            Number_Request : Natural;
            Stream : Transport_Stream.Stream_Id;
        end record;
    package Client_Memory is new Set_Generic (Element => Data_Client.Object);

    subtype Set is Client_Memory.Set;

    procedure Next (Iter : Iterator);

    function Value (Iter : Iterator) return Object;

    function Is_Done (Iter : Iterator) return Boolean;

    function Create
                (Stream : Transport_Stream.Stream_Id; Number_Request : Natural)
                return Object;

    procedure Initialize (S : out Set);
    procedure Plus (Element : Object; S : in out Set);
    procedure Minus (Element : Object; S : in out Set);
    function Give (Number : Natural; S : Set) return Object;


    function Identifie (The : Object) return Natural;
    function Streamer (The : Object) return Transport_Stream.Stream_Id;


private

    type Iterator_Implementation;
    type Iterator is access Iterator_Implementation;

end Data_Client;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=24 rec1=00 rec2=01 rec3=018
        [0x01] rec0=0a rec1=00 rec2=02 rec3=001
    tail 0x2154804c486776856f9b2 0x42a00088462060003