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

⟦1d2885658⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Coded_Order, seg_0499b2, seg_049a45, seg_049a64

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 
└─⟦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;
package body Coded_Order is

    procedure Put (Item : out Object;
                   An_Order : in Order.Object;
                   A_List : in Instruction_List.Object) is

    begin
        Item := (The_Order => An_Order, List => A_List);
    end Put;

    procedure Run (Item : in Object) is

    begin
        Instruction_List.Run (Item.List);
    end Run;

    procedure Show (Item : in Object) is

    begin
        Text_Io.Put_Line ("Coded Order :");
        Order.Show (Item.The_Order);
        Instruction_List.Show (Item.List);
    end Show;

    function The_Order (Item : in Object) return Order.Object is

    begin
        return Item.The_Order;
    end The_Order;

    function Redirection (Item : in Object) return Order.Index_Array is

    begin
        return Order.Redirection (Item.The_Order);
    end Redirection;

    function Key (Item : in Object) return String is

    begin
        return Order.Image (Item.The_Order);
    end Key;

end Coded_Order;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=4
        [0x00] rec0=2a rec1=00 rec2=01 rec3=028
        [0x01] rec0=04 rec1=00 rec2=02 rec3=000
        [0x02] rec0=1a rec1=00 rec2=02 rec3=000
        [0x03] rec0=04 rec1=5d rec2=c2 rec3=142
    tail 0x2174dfbd8865f7f7a9052 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 04 03 fc 80 26 6f 64 65 28 6b 65 79 20 3a 20  ┆     &ode(key : ┆
  0x4: 0000  00 00 00 04 80 01 63 01 02 03 04 3b 06 00 00 00  ┆      c    ;    ┆