DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦77d150e89⟧ TextFile

    Length: 720 (0x2d0)
    Types: TextFile
    Names: »V«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

with Directory;
with Profile;
package Rci_Switch_Implementation is
    -- Function that look up certain library switches in the RCI views

    Host_Only_Switch : constant String := "Host_Only";

    Trace_Command_Output_Switch : constant String := "Trace_command_output";
    function Value (Name : String; Switch_File : Directory.Version)
                   return Boolean;

    function Is_Host_Only (For_View : Directory.Object) return Boolean;
    -- Returns true if the "host_only" switch is set to true for the
    -- given view

    function Trace_On (For_View : Directory.Object) return Boolean;
    -- Returns true if "trace_command" swicth is turned on for the
    -- given view

end Rci_Switch_Implementation;