|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 681 (0x2a9)
Types: TextFile
Names: »V«
└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
└─⟦5cb1d1d7f⟧ »DATA«
└─⟦3b1ee7bd8⟧
└─⟦this⟧
generic
type Object_Type is private;
Object : in out Object_Type;
Read_Time_Limit : in Duration := Duration'Last;
Write_Time_Limit : in Duration := Duration'Last;
-- FOR TESTING ONLY
with procedure Read_Put (Item : in Object_Type) is <>;
-- FOR TESTING ONLY
with procedure Write_Put (Item : in Object_Type) is <>;
-- FOR TESTING ONLY
with procedure Copy (From : in Object_Type; To : in out Object_Type);
package Shared_Variable is
-- FOR TESTING ONLY: ITEM MADE "IN OUT" INSTEAD OF "OUT"
procedure Read (Item : in out Object_Type);
procedure Write (Item : in Object_Type);
Timed_Out : exception;
end Shared_Variable;