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

⟦1e0883ed4⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Date_Observer, seg_029ccf

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 Behavior;
with Identifier;
with Method;
with Message;
with Message_Transport;
with Parameter;
with Signature;
with Text_Io;

use Text_Io;
package body Date_Observer is

    procedure Process_Message (M : Message.Object);

    package B is new Behavior (Process_Message);


    procedure Process_Message (M : Message.Object) is
    begin
        Put_Line (Message.Image (M));
    end Process_Message;


    procedure Start is
        P1 : Parameter.Object;
        S : Signature.Object;
        M : Method.Object;
        Mes1 : Message.Object;
    begin

        New_Line;
        Put ("--- delaying 10 s ");
        for I in 1 .. 10 loop
            Put (".");
            delay 1.0;
        end loop;
        New_Line;


        B.Send_Message (Message =>
                           Message.Create (Class => Message.Subscription,
                                           Addressee => Identifier.Hash
                                                           (Identifier.Broker),
                                           Sender => Identifier.Hash
                                                        (B.Get_Identifier),
                                           Method => "date",
                                           Parameter_Name => "date",
                                           Parameter_Class => "string",
                                           Parameter_Value => Parameter.Void));


        loop
            delay Duration'Last;
        end loop;

    end Start;

end Date_Observer;

E3 Meta Data

    nblk1=3
    nid=3
    hdr6=4
        [0x00] rec0=2c rec1=00 rec2=01 rec3=02a
        [0x01] rec0=10 rec1=00 rec2=02 rec3=000
        [0x02] rec0=0b rec1=00 rec2=03 rec3=000
    tail 0x21521f15083d74c7e53d2 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 03 fc 80 34 20 20 20 41 64 64 72 65 73 73  ┆     4   Address┆