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

⟦ee4b49ff5⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Fact_Reference, seg_03b5b6, seg_03b8d6, seg_03c04c, seg_03c452, seg_03c5f9

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 Output_Stream;
package Fact_Reference is

    type Object is private;

    Null_Object : constant Object;


    function Get_Class    (From_Object : Object) return Natural;
    function Get_Instance (From_Object : Object) return Natural;
    function Value        (C, I : Natural)       return Object;

    procedure Get          (From_Object : Object; C, I : out Natural);
    procedure Set_Class    (Of_Object : in out Object; To : Natural);
    procedure Set_Instance (Of_Object : in out Object; To : Natural);
    procedure Put          (The_Object : Object; Where : Output_Stream.Object);

private

    type Object is
        record
            Class, Instance : Natural := 0;
        end record;

    Null_Object : constant Object := (0, 0);

end Fact_Reference;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1d rec1=00 rec2=01 rec3=000
        [0x01] rec0=0b rec1=00 rec2=02 rec3=001
    tail 0x2173891ae851c41936e9f 0x42a00088462063c03
Free Block Chain:
  0x2: 0000  00 00 00 03 00 00 00 31 20 2e 2e 20 4d 61 78 5f  ┆       1 .. Max_┆