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

⟦9c1a78416⟧ TextFile

    Length: 577 (0x241)
    Types: TextFile
    Names: »V«

Derivation

└─⟦bfaa708f6⟧ Bits:30000531 8mm tape, Rational 1000, INSIGHT 1_3_0
    └─ ⟦c51948655⟧ »DATA« 
        └─⟦266b31e86⟧ 
            └─⟦this⟧ 

TextFile

with Message;
package Network is

    procedure Send (Pkt : Message.Packet);

    procedure Receive (Pkt : in out Message.Packet);
    -- Caller must supply an allocate message packet

    procedure Test_Connections;

    procedure Initialize;


    type Node_Id is new Natural;
    type Program_Id is new Natural;
    procedure Boot (Remote_Node : Node_Id; Program : Program_Id);

    procedure Reset (Remote_Node : Node_Id);
    --

    procedure Enter_Test_Mode;
    procedure Exit_Test_Mode;
    -- when in test mode, output is sent to the message test driver;
end Network;