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

⟦e59632740⟧ Ada Source

    Length: 2048 (0x800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Identifier, seg_042f46, seg_042fc1, seg_043407, seg_043b82

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 Identifier is

    procedure Put (Item : in out Object; Value : in String) is

    begin
        Item.Value := new String'(Value);
    end Put;

    procedure Show (Item : in Object) is

    begin
        Text_Io.Put_Line ("Identifier : Value : " & Image (Item));
    end Show;

    function From_String (A_String : in String) return Object is

        New_Object : Object := Null_Object;

    begin
        Put (New_Object, A_String);
        return New_Object;
    end From_String;

    function Image (Item : in Object) return String is

    begin  
        if Item.Value = null then
            return "";
        else
            return Item.Value.all;
        end if;
    end Image;
end Identifier;

E3 Meta Data

    nblk1=1
    nid=0
    hdr6=2
        [0x00] rec0=24 rec1=00 rec2=01 rec3=000
    tail 0x21743c0ee863445c9a771 0x42a00088462060003