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

⟦23ed42630⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Object, seg_03ef93

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



with Plage_Horaire;  
with Text_Io;
package Object is

    Numero_Premiere_Carte : constant Positive := 0;
    Numero_Derniere_Carte : constant Positive := 3999;
    Taille_Maximun_Nom : constant Positive := 10;

    type Commande is (Rapport_Horloge, Rapport_Site);

    type Classe is (C_Zone, C_Acces, C_Groupe, C_Porteur, C_Lecteur_Virtuel);

    type Nom is private;

    type Objet (La_Classe : Classe) is private;

private

    type Nom is new String (1 .. Taille_Maximun_Nom);

    type Objet (La_Classe : Classe) is
        record
            Le_Nom_Zone : Nom;

            case La_Classe is
                when C_Acces | C_Groupe | C_Porteur =>
                    La_Plage_Horaire : Plage_Horaire.Objet;

                    case La_Classe is
                        when C_Groupe =>
                            Le_Nom_Groupe : Nom;

                            case La_Classe is
                                when C_Porteur =>
                                    Le_Numero_Carte :
                                       Positive range Numero_Premiere_Carte ..
                                                         Numero_Derniere_Carte;


                                when others =>
                                    null;
                            end case;

                        when others =>
                            null;
                    end case;

                when C_Lecteur_Virtuel =>
                    null;  
                when others =>
                    null;
            end case;

        end record;
end Object;

E3 Meta Data

    nblk1=4
    nid=4
    hdr6=4
        [0x00] rec0=24 rec1=00 rec2=01 rec3=006
        [0x01] rec0=15 rec1=00 rec2=02 rec3=000
        [0x02] rec0=03 rec1=00 rec2=02 rec3=000
        [0x03] rec0=01 rec1=00 rec2=03 rec3=000
    tail 0x2153855588606469328df 0x42a00088462060003
Free Block Chain:
  0x4: 0000  00 03 03 f9 80 37 20 20 20 20 20 20 20 20 20 20  ┆     7          ┆
  0x3: 0000  00 00 00 07 80 01 3b 01 00 00 00 00 18 45 35 85  ┆      ;      E5 ┆