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

⟦fada54c25⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body System_Defined, seg_02ccbc, seg_02cf13, separate Generic_Predicate

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



separate (Generic_Predicate)
package body System_Defined is
    function Match (Using_Operator : Operators;
                    Value          : Integer;
                    Against        : Integer) return Boolean is
    begin
        case Using_Operator is
            when Is_Equal =>
                return Value = Against;
            when Is_Less =>
                return Value < Against;
            when Is_Less_Or_Equal =>
                return Value <= Against;
            when Is_Greater =>
                return Value > Against;
            when Is_Greater_Or_Equal =>
                return Value >= Against;
            when Is_Different =>
                return Value /= Against;
            when Is_Any =>
                return True;
        end case;

    end Match;


    function Image (Op : Operators) return String is
    begin
        case Op is

            when Is_Equal =>
                return "Is_Equal";
            when Is_Less =>
                return "Is_Less";  
            when Is_Less_Or_Equal =>
                return "Is_Less_Or_Equal";  
            when Is_Greater =>
                return "Is_Greater";  
            when Is_Greater_Or_Equal =>
                return "Is_Greater_Or_Equal";  
            when Is_Different =>
                return "Is_Different";  
            when Is_Any =>
                return "Is_Any";
        end case;
    end Image;
end System_Defined;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=22 rec1=00 rec2=01 rec3=016
        [0x01] rec0=10 rec1=00 rec2=02 rec3=001
    tail 0x2152546d6840b8bda1456 0x42a00088462063c03