|
|
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: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Filter_Storage, seg_055172
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
with Set_Generic;
package body Filter_Storage is
package Set_Filter is new Set_Generic (Natural);
Filter_Set : Set_Filter.Set;
Iter : Set_Filter.Iterator;
procedure Add (Id : Natural) is
begin
if not (Set_Filter.Is_Member (Filter_Set, Id)) then
Set_Filter.Add (Filter_Set, Id);
end if;
end Add;
procedure Delete (Id : Natural) is
begin
if Set_Filter.Is_Member (Filter_Set, Id) then
Set_Filter.Delete (Filter_Set, Id);
end if;
end Delete;
procedure Init_Iterator is
begin
Set_Filter.Init (Iter, Filter_Set);
end Init_Iterator;
function Get_Id return Natural is
Id : Natural;
begin
Id := Set_Filter.Value (Iter);
Set_Filter.Next (Iter);
return Id;
end Get_Id;
function Is_Finish return Boolean is
begin
return Set_Filter.Done (Iter);
end Is_Finish;
end Filter_Storage;
nblk1=2
nid=0
hdr6=4
[0x00] rec0=2d rec1=00 rec2=01 rec3=014
[0x01] rec0=02 rec1=00 rec2=02 rec3=000
tail 0x2175ebee687bc4df19cd1 0x42a00088462060003