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

⟦3efe19fec⟧ Ada Source

    Length: 6144 (0x1800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Qualit_Test, seg_04c533

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 Text_Io;
with Io_Exceptions;
with Slot;
with Qualit_Environement;


procedure Qualit_Test is

    use Slot;
    use Qualit_Environement;

    ---------------------------------------------------------------------

    Position_To_Reach : Integer := 1;

    package Response is new Text_Io.Integer_Io (Integer);
    Bad_Response : exception;

    ---------------------------------------------------------------------



begin
    Text_Io.New_Line;
    Text_Io.Put_Line (Text_Io.Standard_Output,
                      "Quelle est la position a atteindre en cm ( >0 ) : ");
    Response.Get (Text_Io.Standard_Input, Position_To_Reach);
    if Position_To_Reach <= 0 then
        raise Bad_Response;
    end if;
    Qualit_Environement.Go (Position_To_Reach);
exception
    when Bad_Response | Io_Exceptions.Data_Error =>
        Text_Io.Put_Line ("Mauvais choix !!");
end Qualit_Test;

E3 Meta Data

    nblk1=5
    nid=4
    hdr6=2
        [0x00] rec0=25 rec1=00 rec2=01 rec3=000
        [0x01] rec0=02 rec1=00 rec2=04 rec3=000
        [0x02] rec0=02 rec1=00 rec2=04 rec3=000
        [0x03] rec0=14 rec1=00 rec2=02 rec3=000
        [0x04] rec0=c0 rec1=00 rec2=00 rec3=100
    tail 0x21752cebe86b272f018b6 0x42a00088462063c03
Free Block Chain:
  0x4: 0000  00 03 00 16 00 10 65 6e 64 20 51 75 61 6c 69 74  ┆      end Qualit┆
  0x3: 0000  00 02 03 fc 80 33 20 51 75 61 6c 69 74 5f 47 65  ┆     3 Qualit_Ge┆
  0x2: 0000  00 05 01 02 80 18 20 20 20 20 20 72 61 69 73 65  ┆           raise┆
  0x5: 0000  00 00 03 fc 80 01 2c 01 00 43 20 20 20 20 20 20  ┆      ,  C      ┆