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

⟦e0b0a7641⟧ Ada Source

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

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 Access_String;
with Po_Handle;
with System;

package Unit_Data_Pair is

  type Object is private;

  function Constructor (The_Segment : System.Segment) return Object;

  function Constructor (Name, Time_Stamp : String; The_Segment : System.Segment)
                       return Object;
  function Constructor
            (From : String; The_Segment : System.Segment) return Object;

  procedure Destructor (The_Obj : in out Object);

  function Equal (L, R : Object) return Boolean;

  procedure Set_Po_Handle (The_Obj : in out Object; To : Po_Handle.Object);

  function Handle (Of_Obj : Object) return Po_Handle.Object;

  function Time_Stamp (Of_Obj : Object) return Access_String.Object;

  function Checked_Out (Of_Obj : Object) return Boolean;

  procedure Copy (Target      : in out Object;
                  Source      :        Object;
                  The_Segment :        System.Segment);

  function Convert (Of_Obj : Object) return String;

  function Hash (The_Key : Object) return Integer;

  type Line_Iterator is private;

  function  Init  (The_Object : Object)      return Line_Iterator;
  function  Done  (The_Iter : Line_Iterator) return Boolean;
  function  Value (The_Iter : Line_Iterator) return String;
  procedure Next  (The_Iter : in out Line_Iterator);

private

  type Object is
    record
      Heap       : System.Segment;
      Name       : Po_Handle.Object;
      Time_Stamp : Access_String.Object;
    end record;

  type Component_Ids is (None, Name, Time);

  type Line_Iterator is
    record
      The_Obj            : Object;
      Done               : Boolean       := False;
      The_Id             : Component_Ids := None;
      First_Element_Line : Boolean       := True;
    end record;

end Unit_Data_Pair;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=21 rec1=00 rec2=01 rec3=056
        [0x01] rec0=1f rec1=00 rec2=02 rec3=000
    tail 0x21521344a83c55e33cdbc 0x42a00044462022803