|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 5120 (0x1400)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Date_Client_2, seg_04a247
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦this⟧
with Behavior;
with Identifier;
with Method;
with Message;
with Message_Transport;
with Parameter;
with Signature;
with Text_Io;
use Text_Io;
package body Date_Client_2 is
procedure Process_Message (M : Message.Object);
task Tx is
entry Go;
entry Ok;
end Tx;
package B is new Behavior (Tx.Go, Process_Message);
task body Tx is
Status : Message_Transport.Status_Code;
begin
accept Go;
B.Send_Message
(Message => Message.Create
(Class => Message.Request,
Addressee => Identifier.Hash
(Id => Identifier.Broker),
Sender => Identifier.Hash (Id => B.Get_Identity),
Method => "date2",
Parameter_Name => "date",
Parameter_Class => "string",
Parameter_Value => Parameter.Void),
Status => Status);
accept Ok;
loop
delay Duration'Last;
end loop;
end Tx;
procedure Process_Message (M : Message.Object) is
begin
Put_Line (Message.Image (M));
end Process_Message;
procedure Start is
Status : Message_Transport.Status_Code;
begin
Tx.Ok;
loop
B.Send_Message
(Message => Message.Create
(Class => Message.Request,
Addressee => Identifier.Hash (Identifier.Broker),
Sender => Identifier.Hash (B.Get_Identity),
Method => "date2",
Parameter_Name => "date",
Parameter_Class => "string",
Parameter_Value => Parameter.Void),
Status => Status);
delay 2.0;
end loop;
end Start;
end Date_Client_2;
nblk1=4
nid=3
hdr6=6
[0x00] rec0=26 rec1=00 rec2=01 rec3=02e
[0x01] rec0=22 rec1=00 rec2=02 rec3=02c
[0x02] rec0=08 rec1=00 rec2=04 rec3=000
[0x03] rec0=17 rec1=00 rec2=04 rec3=000
tail 0x215477ebc866e5e0f034f 0x42a00088462060003
Free Block Chain:
0x3: 0000 00 00 00 6c 80 0a 3e 20 53 74 61 74 75 73 29 3b ┆ l > Status);┆