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

⟦40f58df6c⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Ll_Vect_60, seg_05c236, seg_05c29d

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 Duart_2661;
package Ll_Vect_60 is

    type Object is private;

    Max_Ports : constant := 8;
    type Port_Nb is new Natural range 1 .. Max_Ports;

    function Open (Nb : in Port_Nb;
                   S : in Duart_2661.Stop_Bit := Duart_2661.Stop_Bit_1;
                   P : in Duart_2661.Parity := Duart_2661.Parity_None;
                   C : in Duart_2661.Car_Length := Duart_2661.Car_Length_8_Bit;
                   B : in Duart_2661.Baud_Rate := Duart_2661.Baud_Rate_9600)
                  return Object;

    function Byte_Available (Port : in Object) return Boolean;

    function Receive (Port : in Object) return Duart_2661.Byte;

    procedure Send (Port : in Object; Car : in Duart_2661.Byte);

    procedure Close (Port : in Object);

private
    Max_Index_Infos : constant := 50;  
    type Index_Infos is range 1 .. Max_Index_Infos;
    type Infos is array (Index_Infos) of Duart_2661.Byte;

    type Port_Infos is
        record  
            Nb : Port_Nb;
            Buffer : Infos;
            Index_In, Index_Out : Index_Infos := 1;
            Tx_Ready : Boolean := True;
            Rx_Ready : Boolean := False;
        end record;
    type Object is access Port_Infos;
end Ll_Vect_60;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1f rec1=00 rec2=01 rec3=01a
        [0x01] rec0=09 rec1=00 rec2=02 rec3=001
    tail 0x2176b8fb0895a8dd78f8f 0x42a00088462060003