|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package Low_Level_Io_8, seg_05c074, seg_05c2a2
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
with Duart_2661;
package Low_Level_Io_8 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 Low_Level_Io_8;
nblk1=2
nid=0
hdr6=4
[0x00] rec0=1f rec1=00 rec2=01 rec3=012
[0x01] rec0=09 rec1=00 rec2=02 rec3=001
tail 0x2176b736e895a3c9c0d07 0x42a00088462060003