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

⟦7ba4e97a4⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Signature, seg_02c9a6

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;
package Signature is

    type Object is private;

    subtype Position is Positive range 1 .. 10;

    function Create return Signature.Object;


    procedure Reset (Signature : in out Standard.Signature.Object);


    procedure Strip_Values (Signature : in out Standard.Signature.Object);


    procedure Add (To_Signature : in out Signature.Object;
                   The_Parameter : Parameter.Object;
                   At_Position : Position);


    function Image (Of_Signature : Signature.Object) return String;

    function Value (Of_String : String) return Signature.Object;


    type Iterator is private;

    procedure Init (Iter : in out Iterator;
                    Signature : Standard.Signature.Object);

    procedure Next (Iter : in out Iterator);

    function Is_Done (Iter : Iterator) return Boolean;

    function Value (Iter : Iterator) return Parameter.Object;

    function Is_Equal (Left, Right : Signature.Object) return Boolean;

    function Is_Compatible (Left, Right : Signature.Object) return Boolean;

private
    type Object is array (Position) of Parameter.Object;

    type Iterator_Range is
       new Positive range Position'First .. Position'Last + 1;

    type Iterator is
        record
            Position : Iterator_Range;
            Signature : Standard.Signature.Object;
        end record;
end Signature;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=27 rec1=00 rec2=01 rec3=046
        [0x01] rec0=10 rec1=00 rec2=02 rec3=001
    tail 0x21724d76284077447b59b 0x42a00088462060003