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

⟦2325c9772⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, generic, package Channel_User, seg_0551fc, seg_055647

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, Utils;  
with B_Constant;
with Transport_Defs;  
with Connection_Def;  
with Byte_Defs;  
with Bls_Constant;
generic
    Number_Of_Try_Max : Positive := Positive'Last - 1;  
    The_Delay_Between_Two_Connect : Duration := 1.0;
package Channel_User is  
    type Object is private;  
    function Null_Channel return Object;
    function Get_Socket_Id (O : Object) return Transport_Defs.Socket_Id;
    function Get_Host_Id (O : Object) return Transport_Defs.Host_Id;
    procedure Send (O : in out Object; Msg : in out Byte_Defs.Byte_String);
    --procedure Receive (O : in out Object; Msg : out String);
    procedure Init (O : in out Object;
                    S : Transport_Defs.Socket_Id;
                    H : Transport_Defs.Host_Id;
                    Result : out Boolean);
    procedure Close (O : in out Object);
    function Image (S : Transport_Defs.Socket_Id) return String;
    function Image (H : Transport_Defs.Host_Id) return String;  
    function Image (O : Object) return String;
    Error_Msg : constant String (1 .. B_Constant.Trame_Max_Size) :=
       ('n', 'o', 'b', 'o', 'd', 'y', others => ' ');

    Null_Socket_Id :
       constant Transport_Defs.Socket_Id
                   (1 .. Bls_Constant.Size_Of_Our_Socket_Id) := (0, 0);
    Null_Host_Id :
       constant Transport_Defs.Host_Id (1 .. Bls_Constant.Size_Of_Address) :=
       (0, 0, 0, 0);

private
    type Object is new Connection_Def.Ours_Connection;
end Channel_User;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=18 rec1=00 rec2=01 rec3=07e
        [0x01] rec0=0f rec1=00 rec2=02 rec3=000
    tail 0x2175ed8fc87bc60324f6d 0x42a00088462060003