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

⟦498d991c8⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Nombre, seg_01159f

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 Class;
with Collection;
with Date;
with Instance;

package Nombre is

    Class_Name : constant String             := "NOMBRES";
    Is_Dated   : constant Boolean            := True;
    Date_Mode  : constant Date.Overflow_Mode := Date.Error_Mode;

    Class_Reference : constant Class.Reference :=
       Class.Create (With_Name => Class_Name, Is_Dated => Is_Dated);
    subtype Object is Instance.Reference (Kind => Class_Reference);


    function Value (O : Object) return Natural;

    function Instances return Collection.Object;

    function Exist (With_Value : Natural) return Boolean;


    function Add (With_Value : Natural) return Object;

    procedure Change (O : Object; With_Value : Natural);

    procedure Delete (O : Object);

    procedure Clean;

end Nombre;

E3 Meta Data

    nblk1=4
    nid=2
    hdr6=2
        [0x00] rec0=22 rec1=00 rec2=01 rec3=000
        [0x01] rec0=0b rec1=00 rec2=03 rec3=018
        [0x02] rec0=14 rec1=00 rec2=02 rec3=03a
        [0x03] rec0=15 rec1=00 rec2=04 rec3=000
    tail 0x2170d51a88238391df236 0x42a00088462063c03
Free Block Chain:
  0x2: 0000  00 04 00 12 00 00 00 00 09 65 6e 64 20 45 74 61  ┆         end Eta┆
  0x4: 0000  00 03 03 fc 00 4c 20 20 20 20 66 75 6e 63 74 69  ┆     L    functi┆
  0x3: 0000  00 00 00 3d 80 2b 20 49 6e 73 74 61 6e 63 65 73  ┆   = + Instances┆