|
|
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: 2048 (0x800)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Counter, seg_0201df
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦this⟧
with Text_Io;
package body Counter is
task type Counter_Implementation is
pragma Os_Task (0);
entry Start;
end Counter_Implementation;
type Counter_Implementation_Access is access Counter_Implementation;
Handle : Counter_Implementation_Access;
procedure Start is
begin
Text_Io.Put_Line ("counter.start.in");
Handle.Start;
Text_Io.Put_Line ("counter.start.out");
end Start;
procedure Create is
begin
Handle := new Counter_Implementation;
Text_Io.Put_Line ("counter.create.out");
end Create;
task body Counter_Implementation is
I : Integer := 0;
begin
accept Start;
loop
Image (I);
I := I + 1;
delay 1.0;
end loop;
end Counter_Implementation;
begin
Text_Io.Put_Line ("elaboration de counter");
end Counter;
nblk1=1
nid=0
hdr6=2
[0x00] rec0=29 rec1=00 rec2=01 rec3=000
tail 0x2151c2ace83896fe085d4 0x42a00088462060003