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

⟦ff98ba3eb⟧ Ada Source

    Length: 7168 (0x1c00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Structure, seg_0499cd, seg_049a54, seg_049a82

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 Complement, Identifier;
package Structure is

    type Object is private;

    procedure Put_Name (Item : in out Object; Name : in Identifier.Object);

    procedure Create_Number_Field (Item : in out Object;
                                   Field_Index : in Positive;
                                   Ok : out Boolean);
    procedure Create_Sentence_Field (Item : in out Object;
                                     Field_Index : in Positive;
                                     Ok : out Boolean);
    procedure Create_Enumerate_Field (Item : in out Object;
                                      Field_Index : in Positive;
                                      Ok : out Boolean);
    procedure Field_Put_Number (Item : in out Object;
                                Field_Index : in Positive;
                                Number : in Integer;
                                Ok : out Boolean);
    procedure Field_Put_Sentence (Item : in out Object;
                                  Field_Index : in Positive;
                                  Sentence : in Identifier.Object;
                                  Ok : out Boolean);
    procedure Field_Put_Enumerate (Item : in out Object;
                                   Field_Index : in Positive;
                                   Enumeration, Literal : in Positive;
                                   Ok : out Boolean);
    procedure Show (Item : in Object);
    function Name (Item : in Object) return String;
    function Subject (Item : in Object) return Complement.Object;

    Null_Object : constant Object;
    Animate_Object : constant Object;
    Place_Object : constant Object;
    Entity_Object : constant Object;

private

    type Object is
        record
            Name : Identifier.Object := Identifier.Null_Object;
            A_Subject : Complement.Object := Complement.Null_Object;
        end record;

    Null_Object : constant Object := (Name => Identifier.Null_Object,
                                      A_Subject => Complement.Null_Object);
    Animate_Object : constant Object :=
       (Name => Identifier.From_String ("anime"),
        A_Subject => Complement.Animate_Object);
    Place_Object : constant Object := (Name => Identifier.From_String ("lieu"),
                                       A_Subject => Complement.Place_Object);
    Entity_Object : constant Object :=
       (Name => Identifier.From_String ("entite"),
        A_Subject => Complement.Entity_Object);

end Structure;

E3 Meta Data

    nblk1=6
    nid=3
    hdr6=a
        [0x00] rec0=0c rec1=00 rec2=01 rec3=018
        [0x01] rec0=10 rec1=00 rec2=05 rec3=07e
        [0x02] rec0=01 rec1=00 rec2=06 rec3=016
        [0x03] rec0=18 rec1=00 rec2=02 rec3=076
        [0x04] rec0=06 rec1=00 rec2=04 rec3=000
        [0x05] rec0=43 rec1=1d rec2=a7 rec3=528
    tail 0x2174dfe90865f84830e73 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 00 0e 00 0b 20 20 20 20 20 20 20 20 20 20  ┆                ┆