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

⟦c1edb3cb0⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Test_Dialog, seg_055222

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 Com_Dialog, Transport_Defs, Com_Defs, Com_Storage_Fifo,
     Com_Storage_Recep, Bounded_String, Text_Io;

procedure Test_Dialog is
    Appli_N : Com_Defs.Com_Number := 0;
    Adr_C : Com_Defs.V_String;
    Adr_D : Com_Defs.V_String;
    Adr_H : Transport_Defs.Host_Id (1 .. 4);
    Data : Com_Defs.V_String;
    Status : Boolean;
    Chaine_In : String (1 .. 14) := "193.54.146.133";
    Chaine : String (1 .. 5) := "ficus";
begin
    Com_Dialog.Init (Appli_N, Adr_C, Status);
    Text_Io.Put_Line (Integer'Image (Appli_N));
    Text_Io.Put_Line (Boolean'Image (Status));
    Com_Dialog.Init (Appli_N, Adr_C, Status);
    Text_Io.Put_Line (Boolean'Image (Status));
    Text_Io.Put_Line (Integer'Image (Appli_N));
    Com_Dialog.Init (Appli_N, Adr_C, Status);
    Text_Io.Put_Line (Integer'Image (Appli_N));
    Text_Io.Put_Line (Boolean'Image (Status));
    Com_Dialog.Init (Appli_N, Adr_C, Status);
    Text_Io.Put_Line (Integer'Image (Appli_N));
    Text_Io.Put_Line (Boolean'Image (Status));
    Bounded_String.Copy (Bounded_String.Variable_String (Adr_D), Chaine);
    Bounded_String.Copy (Bounded_String.Variable_String (Data), Chaine_In);
    Com_Dialog.Send (Appli_N, Adr_D, Data, Status);
    Chaine_In := "nick faldo    ";
    Bounded_String.Copy (Bounded_String.Variable_String (Data), Chaine_In);
    Com_Dialog.Send (Appli_N, Adr_D, Data, Status);
    Chaine_In := "s baume       ";
    Bounded_String.Copy (Bounded_String.Variable_String (Data), Chaine_In);
    Com_Dialog.Send (Appli_N, Adr_D, Data, Status);
    Com_Storage_Fifo.Fifo.Read (Data, Adr_H, Status);
    Com_Storage_Fifo.Fifo.Read (Data, Adr_H, Status);
    Com_Storage_Fifo.Fifo.Read (Data, Adr_H, Status);
    Com_Storage_Recep.Manager_Storage.Finish;
end Test_Dialog;

E3 Meta Data

    nblk1=3
    nid=3
    hdr6=4
        [0x00] rec0=1a rec1=00 rec2=01 rec3=01a
        [0x01] rec0=10 rec1=00 rec2=02 rec3=000
        [0x02] rec0=03 rec1=00 rec2=03 rec3=000
    tail 0x2175e998287b9a5478596 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 00 78 80 31 43 6f 6d 5f 53 74 6f 72 61 67  ┆   x 1Com_Storag┆