|
|
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: B T
Length: 791 (0x317)
Types: TextFile
Names: »B«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
└─⟦9a14c9417⟧ »DATA«
└─⟦this⟧
with Editor; -- !COMMANDS.EDITOR
with Library; -- !COMMANDS.LIBRARY
with Common; -- !COMMANDS.COMMON
with Directory; -- !IMPLEMENTATION.DIRECTORY
with Io; -- !IO.IO
with Rcf_Switch_Implementation; -- !TARGETS.IMPLEMENTATION.RCF_CUSTOMIZATION.M68K_SUNOS_VDX.REV1_WORKING.UNITS.RCF_SWITCH_IMPLEMENTATION
procedure Rcf_Switch_Test (Switch_Name : in String; Switch_File : in String) is
Object : Directory.Object;
Status : Directory.Naming.Name_Status;
begin
Directory.Naming.Resolve
(Name => Switch_File, The_Object => Object, Status => Status);
Io.Echo_Line (Item => Rcf_Switch_Implementation.Value
(Name => Switch_Name, Switch_File => Object));
end Rcf_Switch_Test;