|
|
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: 1338 (0x53a)
Types: TextFile
Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
└─⟦124ff5788⟧ »DATA«
└─⟦this⟧
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
└─⟦6f12a12be⟧ »DATA«
└─⟦this⟧
WITH Rpc;
WITH Transport_Defs;
PACKAGE Complex_Number_Rpc_Defs IS
-- Shared defintiions for remote procedure call:
Network : CONSTANT Transport_Defs.Network_Name := "TCP/IP";
Socket : CONSTANT Transport_Defs.Socket_Id (1 .. 2) := (4, 86);
Program : CONSTANT Rpc.Program_Number := 45;
Version : CONSTANT Rpc.Version_Number := 0;
PACKAGE Procedure_Number IS
Make : CONSTANT Rpc.Procedure_Number := 0;
Real_Part : CONSTANT Rpc.Procedure_Number := 1;
Imaginary_Part : CONSTANT Rpc.Procedure_Number := 2;
Plus : CONSTANT Rpc.Procedure_Number := 3;
Minus : CONSTANT Rpc.Procedure_Number := 4;
Image : CONSTANT Rpc.Procedure_Number := 5;
Value : CONSTANT Rpc.Procedure_Number := 6;
END Procedure_Number;
PACKAGE Exception_Number IS
Constraint_Error : CONSTANT Rpc.Exception_Number := 0;
Numeric_Error : CONSTANT Rpc.Exception_Number := 1;
Program_Error : CONSTANT Rpc.Exception_Number := 2;
Storage_Error : CONSTANT Rpc.Exception_Number := 3;
Tasking_Error : CONSTANT Rpc.Exception_Number := 4;
Overflow : CONSTANT Rpc.Exception_Number := 5;
Underflow : CONSTANT Rpc.Exception_Number := 6;
END Exception_Number;
END Complex_Number_Rpc_Defs;