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

⟦a609ec175⟧ Ada Source

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

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 Registre;
package Port is
    type Objet is limited private;
    Max_Nom_Port : constant Integer := 10;
    type Nom_Port is new String (1 .. Max_Nom_Port);
    type Adresse_Port is access Integer;

    function Creer (Nom : in Nom_Port; Adresse : in Adresse_Port) return Objet;
    procedure Ecrire_Caractere (Port : in Objet; C : in Character);
    function Lire_Caractere (Port : in Objet) return Character;

    procedure Inhiber_It_Emission (Port : in Objet);  
    procedure Inhiber_It_Reception (Port : in Objet);  
    procedure Autoriser_It_Emission (Port : in Objet);
    procedure Autoriser_It_Reception (Port : in Objet);

    function It_Emission (Port : in Objet) return Boolean;
    function It_Reception (Port : in Objet) return Boolean;

    procedure Image (Port : in Objet);

    procedure Detruire (Port : in out Objet);
private
    type Objet is
        record
            Nom : Nom_Port;
            Adresse : Adresse_Port;
        end record;
end Port;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1d rec1=00 rec2=01 rec3=012
        [0x01] rec0=02 rec1=00 rec2=02 rec3=001
    tail 0x21768989a890f62f6e868 0x42a00088462060003