|
|
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: 8192 (0x2000)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Self, package body Tomato, seg_03b274
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
with Log_Report;
with Oo_Ada_Exception;
with Unchecked_Conversion;
with Unchecked_Deallocation;
package body Tomato is
type State is
record
Z : Natural;
Offspring : Natural := 0;
Heir : Root.Object;
Origin : Root.Object;
Multiple : Root.Object;
end record;
procedure Free is new Unchecked_Deallocation (State, Object);
function Tomato_View_Of is new Unchecked_Conversion
(Source => Root.Object, Target => Object);
function Root_View_Of is new Unchecked_Conversion
(Source => Object, Target => Root.Object);
function Create (Offspring : Natural := 0) return Object is separate;
procedure Delete (This_Object : in out Object;
Marker : Boolean := False) is separate;
procedure Set_W (This_Object : Object; This_W : Natural) is
begin
Fruit.Set_W (Conv (This_Object), This_W);
end Set_W;
function Get_W (This_Object : Object) return Natural is
begin
return Fruit.Get_W (Conv (This_Object));
end Get_W;
procedure Set_X (This_Object : Object; This_X : Natural) is
begin
Vegetable.Set_X (Conv (This_Object), This_X);
end Set_X;
function Get_X (This_Object : Object) return Natural is
begin
return Vegetable.Get_X (Conv (This_Object));
end Get_X;
procedure Set_Y (This_Object : Object; This_Y : Natural) is
begin
Vegetable.Set_Y (Conv (This_Object), This_Y);
end Set_Y;
function Get_Y (This_Object : Object) return Natural is
begin
return Vegetable.Get_Y (Conv (This_Object));
end Get_Y;
procedure Set_Z (This_Object : Object; This_Z : Natural) is
begin
This_Object.Z := This_Z;
end Set_Z;
function Get_Z (This_Object : Object) return Natural is
begin
return This_Object.Z;
end Get_Z;
procedure Set_Leaves (This_Object : Object;
With_Leaves : Plant.Ref_Of_Leaves) is
begin
Plant.Set_Leaves (Conv (This_Object), With_Leaves);
end Set_Leaves;
function Get_Leaves (This_Object : Object) return Plant.Ref_Of_Leaves is
begin
return Plant.Get_Leaves (Conv (This_Object));
end Get_Leaves;
package Self is
procedure Grow (This_Object : Object; Marker : Boolean := False);
end Self;
package body Self is separate;
procedure Grow (This_Object : Object;
Marker : Boolean := False) is separate;
procedure Image (This_Object : Object) is separate;
procedure Ripen (This_Object : Object;
Use_1 : Sun.Object;
Marker : Boolean := False) is separate;
function Conv (This_Object : Object) return Fruit.Object is
begin
return Fruit.Part_Of (Vegetable.Get_Multiple (Conv (This_Object)));
end Conv;
function Conv (This_Object : Object) return Plant.Object is
begin
return Plant.Part_Of (Get_Origin (This_Object));
end Conv;
function Conv (This_Object : Object) return Vegetable.Object is
begin
return Vegetable.Part_Of (Get_Origin (This_Object));
end Conv;
function Part_Of (This_Origin_Object : Root.Object) return Object is
This_Object : Object;
begin
This_Object := Tomato_View_Of
(S => Vegetable.Get_Heir
(Vegetable.Part_Of (This_Origin_Object)));
if This_Object = null then
raise Oo_Ada_Exception.Null_Access_Error;
end if;
return This_Object;
end Part_Of;
function Protected_Conv (Source : Root.Object) return Object is
begin
return Tomato_View_Of (Source);
end Protected_Conv;
procedure Set_Heir (This_Object : in out Object; Heir : Root.Object) is
begin
This_Object.Heir := Heir;
end Set_Heir;
function Get_Heir (This_Object : Object) return Root.Object is
begin
return This_Object.Heir;
end Get_Heir;
procedure Set_Origin (This_Object : in out Object; Origin : Root.Object) is
begin
This_Object.Origin := Origin;
end Set_Origin;
function Get_Origin (This_Object : Object) return Root.Object is
begin
return This_Object.Origin;
end Get_Origin;
procedure Set_Multiple (This_Object : in out Object;
Multiple : Root.Object) is
begin
This_Object.Multiple := Multiple;
end Set_Multiple;
function Get_Multiple (This_Object : Object) return Root.Object is
begin
return This_Object.Multiple;
end Get_Multiple;
end Tomato;
nblk1=7
nid=2
hdr6=c
[0x00] rec0=25 rec1=00 rec2=01 rec3=006
[0x01] rec0=29 rec1=00 rec2=07 rec3=03a
[0x02] rec0=27 rec1=00 rec2=04 rec3=030
[0x03] rec0=17 rec1=00 rec2=06 rec3=056
[0x04] rec0=26 rec1=00 rec2=03 rec3=068
[0x05] rec0=0d rec1=00 rec2=05 rec3=000
[0x06] rec0=0e rec1=00 rec2=05 rec3=000
tail 0x217384c8485157c042f81 0x42a00088462060003
Free Block Chain:
0x2: 0000 00 00 00 0b 80 08 28 56 65 67 65 74 61 62 08 20 ┆ (Vegetab ┆