|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 6144 (0x1800)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package Message, seg_04b2b3
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
with Method;
package Message is
type Object is private;
type Class is (Registration,
Unregistration,
Query,
Request,
Notification,
Forward,
Publication,
Unpublication,
Subscription,
Unsubscription);
function Create (Class : Message.Class;
Addressee : Natural;
Sender : Natural;
Method : Standard.Method.Object) return Message.Object;
function Create (Class : Message.Class;
Addressee : Natural;
Sender : Natural;
Method : String;
Parameter_Name : String;
Parameter_Class : String;
Parameter_Value : String) return Message.Object;
function Create (Class : Message.Class;
Addressee : Natural;
Sender : Natural;
Method : String;
Parameter1_Name : String;
Parameter1_Class : String;
Parameter1_Value : String;
Parameter2_Name : String;
Parameter2_Class : String;
Parameter2_Value : String) return Message.Object;
function Create (Class : Message.Class;
Addressee : Natural;
Sender : Natural;
Method : String;
Parameter1_Name : String;
Parameter1_Class : String;
Parameter1_Value : String;
Parameter2_Name : String;
Parameter2_Class : String;
Parameter2_Value : String;
Parameter3_Name : String;
Parameter3_Class : String;
Parameter3_Value : String) return Message.Object;
procedure Set_Class (Message : in out Standard.Message.Object;
Class : Standard.Message.Class);
procedure Set_Addressee (Message : in out Standard.Message.Object;
Addressee : Natural);
procedure Set_Sender
(Message : in out Standard.Message.Object; Sender : Natural);
function Get_Class (Message : Standard.Message.Object) return Class;
function Get_Addressee (Message : Standard.Message.Object) return Natural;
function Get_Sender (Message : Standard.Message.Object) return Natural;
function Get_Method (Message : Standard.Message.Object)
return Method.Object;
function Image (Message : Standard.Message.Object) return String;
function Value (The_String : String) return Message.Object;
private
type Object is
record
Class : Message.Class;
Addressee : Natural;
Sender : Natural;
Method : Standard.Method.Object;
end record;
end Message;
nblk1=5
nid=2
hdr6=8
[0x00] rec0=21 rec1=00 rec2=01 rec3=018
[0x01] rec0=17 rec1=00 rec2=05 rec3=01a
[0x02] rec0=1e rec1=00 rec2=04 rec3=014
[0x03] rec0=09 rec1=00 rec2=03 rec3=000
[0x04] rec0=c0 rec1=00 rec2=00 rec3=100
tail 0x2174ff234867c5da759d5 0x42a00088462060003
Free Block Chain:
0x2: 0000 00 00 00 21 80 05 72 69 6e 67 3b 05 00 16 20 20 ┆ ! ring; ┆