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

⟦9d56ecf09⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Request, seg_04bc43, separate Date_Old

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 Time_Utilities;

separate (Date_Old)
procedure Request (M : Message.Object) is

    Time : constant String := Time_Utilities.Image
                                 (Date => Time_Utilities.Get_Time,
                                  Date_Style => Time_Utilities.Expanded,
                                  Time_Style => Time_Utilities.Expanded,
                                  Contents => Time_Utilities.Both);

    Status : Message_Transport.Status_Code;

    use Message_Transport;
begin

    if Method.Get_Name (Message.Get_Method (M)) = "DATE" then
        New_Line;
        Put_Line ("+++ satisfying request for date");
        B.Send_Message (Message =>
                           Message.Create (Class => Message.Forward,
                                           Addressee => Message.Get_Sender (M),
                                           Sender => Identifier.Hash
                                                        (B.Get_Identity),
                                           Method => "date",
                                           Parameter_Name => "date",
                                           Parameter_Class => "string",
                                           Parameter_Value => Time),
                        Status => Status);
        if Status = Ok then
            Put_Line ("--- asking broker to forward");
        else
            Put_Line ("*** failed asking broker to forward");
        end if;
    end if;
end Request;

E3 Meta Data

    nblk1=3
    nid=3
    hdr6=4
        [0x00] rec0=1a rec1=00 rec2=01 rec3=010
        [0x01] rec0=0d rec1=00 rec2=02 rec3=000
        [0x02] rec0=02 rec1=00 rec2=03 rec3=000
    tail 0x21548f71286895d8e8578 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 00 12 80 09 20 52 65 71 75 65 73 74 3b 09  ┆       Request; ┆