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

⟦760229976⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Signature, seg_0578e2

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with String_Utilities;

package body Signature is

    function Create (Parameter_Number : Parameter_Index) return Object is
        Signature : Object (Parameter_Number);
    begin
        return Signature;
    end Create;


    function Create (Parameter : Standard.Parameter.Object) return Object is
        Signature : Object (1);
    begin
        Signature.Parameter_Array (1) := Parameter;
        return Signature;
    end Create;


    function Create (Parameter_1 : Parameter.Object;
                     Parameter_2 : Parameter.Object) return Object is
        Signature : Object (2);
    begin
        Signature.Parameter_Array (1) := Parameter_1;
        Signature.Parameter_Array (2) := Parameter_2;
        return Signature;
    end Create;


    function Create (Parameter_1 : Parameter.Object;
                     Parameter_2 : Parameter.Object;
                     Parameter_3 : Parameter.Object) return Object is
        Signature : Object (3);
    begin
        Signature.Parameter_Array (1) := Parameter_1;
        Signature.Parameter_Array (2) := Parameter_2;
        Signature.Parameter_Array (3) := Parameter_3;
        return Signature;
    end Create;


    function Create (Parameter_1 : Parameter.Object;
                     Parameter_2 : Parameter.Object;
                     Parameter_3 : Parameter.Object;
                     Parameter_4 : Parameter.Object) return Object is
        Signature : Object (4);
    begin
        Signature.Parameter_Array (1) := Parameter_1;
        Signature.Parameter_Array (2) := Parameter_2;
        Signature.Parameter_Array (3) := Parameter_3;
        Signature.Parameter_Array (4) := Parameter_4;
        return Signature;
    end Create;


    procedure Set_Parameter (Signature : in out Object;
                             Parameter : Standard.Parameter.Object;
                             Index : Parameter_Index) is
    begin
        [statement]
    end Set_Parameter;


    function First (Signature : Object) return Iterator is
    begin
        [statement]
    end First;


    function Next (Iter : Iterator) return Iterator is
    begin
        [statement]
    end Next;


    function Done (Iter : Iterator) return Boolean is
    begin
        [statement]
    end Done;


    function Value (Iter : Iterator) return Parameter.Object is
    begin
        [statement]
    end Value;


    function Image (Signature : Object) return String is
    begin
        [statement]
    end Image;


    function Value (Signature_String : String) return Object is
    begin
        [statement]
    end Value;


    procedure Value (Signature : in out Object;
                     Signature_String : String;
                     Signature_End : in out Natural) is
    begin
        [statement]
    end Value;
end Signature;

E3 Meta Data

    nblk1=4
    nid=4
    hdr6=6
        [0x00] rec0=22 rec1=00 rec2=01 rec3=020
        [0x01] rec0=1b rec1=00 rec2=03 rec3=010
        [0x02] rec0=2f rec1=00 rec2=02 rec3=000
        [0x03] rec0=07 rec1=00 rec2=03 rec3=000
    tail 0x2154e1c8c87cd3ee99af9 0x42a00088462060003
Free Block Chain:
  0x4: 0000  00 00 03 18 80 10 72 65 20 3a 20 4f 62 6a 65 63  ┆      re : Objec┆