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

⟦8a201cca9⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Groupe_68, seg_04eb3f

Derivation

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

E3 Source Code



package Groupe_68 is

    Max_Code_Groupe : constant Natural := 100;
    Max_Taille_Nom : constant Natural := 30;

    subtype T_Groupe is Natural range 0 .. Max_Code_Groupe;

    -- constantes utilisees pour la fonction image

    Debut_Groupe : constant String := "Groupe";
    Fin_Groupe : constant String := "Fin Groupe";
    Sep_Groupe : constant Character := '#';

    type Object is private;

    procedure Create (O : in out Object; Nom : String; Numero : T_Groupe);

    function Image (O : Object) return String;

    function Value (S : String) return Object;

    procedure Value (S : String; O : in out Object; Der_Car : in out Natural);

    function Get_Numero (O : Object) return T_Groupe;

    function Get_Nom (O : Object) return String;

    procedure Set_Numero (O : in out Object; Numero : T_Groupe);

    procedure Set_Nom (O : in out Object; Nom : String);

private

    type Object is
        record
            Numero : T_Groupe;
            Nom : String (1 .. Max_Taille_Nom);
        end record;

end Groupe_68;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=25 rec1=00 rec2=01 rec3=028
        [0x01] rec0=05 rec1=00 rec2=02 rec3=001
    tail 0x2154a35d08770671ef53d 0x42a00088462060003