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

⟦2a970f4e1⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Signature_Test, seg_02ac2c

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 Parameter;
with Signature;
with Text_Io;

use Text_Io;
package body Signature_Test is

    procedure Start is
        P1 : Parameter.Object;
        P2 : Parameter.Object;
        Sig : Signature.Object;
    begin  
        Parameter.Create (P1,
                          Name => "message",
                          Class => "string",
                          Value => "hello");

        Parameter.Create (P2,
                          Name => "message",
                          Class => "string",
                          Value => Parameter.Void);
        Signature.Create (Signature => Sig);

        Signature.Add (To_Signature => Sig,
                       The_Parameter => P1,
                       At_Position => 1);
        Signature.Add (To_Signature => Sig,
                       The_Parameter => P2,
                       At_Position => 4);
        Put_Line (Signature.Image (Sig));


    end Start;
end Signature_Test;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=24 rec1=00 rec2=01 rec3=000
        [0x01] rec0=00 rec1=08 rec2=c3 rec3=7a9
    tail 0x21723e2dc83e54d177dd2 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 15 80 0f 53 69 67 6e 61 74 75 72 65 5f  ┆      Signature_┆