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

⟦507de50da⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Message_Parser, seg_027f97

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 Broker_Defs;
with Canvas;
with Notice;
with Request;
with Socket_Port;

package body Message_Parser is

    function Get_Handler (From : in String) return Socket_Port.Object is
        An_Object : Canvas.Object;

    begin

        An_Object := Canvas.Value (From);
        case Canvas.Class_Of (An_Object) is
            when Broker_Defs.Request =>
                return Socket_Port.Object (Request.Handler
                                              (Canvas.Element_Of (An_Object)));
            when Broker_Defs.Notice =>
                return Socket_Port.Object (Notice.Handler
                                              (Canvas.Element_Of (An_Object)));
        end case;

    end Get_Handler;

end Message_Parser;

E3 Meta Data

    nblk1=4
    nid=4
    hdr6=2
        [0x00] rec0=1c rec1=00 rec2=01 rec3=000
        [0x01] rec0=03 rec1=00 rec2=03 rec3=008
        [0x02] rec0=11 rec1=00 rec2=02 rec3=016
        [0x03] rec0=1b rec1=00 rec2=04 rec3=000
    tail 0x21722066a83ad80484894 0x42a00088462060003
Free Block Chain:
  0x4: 0000  00 02 00 1d 80 06 6e 64 6c 65 72 3b 06 00 0e 2d  ┆      ndler;   -┆
  0x2: 0000  00 03 03 f9 80 27 20 50 6f 73 69 74 69 76 65 27  ┆     ' Positive'┆
  0x3: 0000  00 00 00 1a 80 10 20 50 6f 73 69 74 69 76 65 27  ┆       Positive'┆