DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8fd968092⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Groupe, seg_04cc87, seg_04cd6d

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Porteur;
with List_Generic;

package Groupe is
    type Object is private;
    package Liste_Porteurs is new List_Generic (Porteur.Object);
    function Liste (Le_Groupe : in Groupe.Object) return Liste_Porteurs.List;
    procedure Parcours (Iterateur : in out Liste_Porteurs.Iterator;
                        Le_Groupe : Groupe.Object);
    function Image (Le_Groupe : Groupe.Object) return String;
    function Longueur_Name (Le_Groupe : in Groupe.Object) return Natural;
    function Longueur (Le_Groupe : in Groupe.Object) return Natural;
    procedure Insert_Element (Element : Porteur.Object;
                              Le_Groupe : in out Groupe.Object);

    procedure Set (Le_Groupe : out Groupe.Object; Nom_De_Groupe : String);
    procedure Search (Le_Groupe : in Groupe.Object;
                      Numero_De_Carte : Natural;
                      Le_Porteur : out Porteur.Object);
    procedure Vide_List (Un_Groupe : in out Groupe.Object);
private
    type Object is
        record
            Nom_De_Groupe : String (1 .. 30);
            Dernier_Char : Natural;
            Liste_De_Porteurs : Liste_Porteurs.List;
        end record;
end Groupe;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=17 rec1=00 rec2=01 rec3=004
        [0x01] rec0=07 rec1=00 rec2=02 rec3=000
    tail 0x217540c96874f6e36ef4d 0x42a00088462060003