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

⟦8a3a7738f⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Service_Toolbox, seg_0543a1

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



package body Service_Toolbox is

    procedure Init is  
        Iterateur : Number_Of_Service;
    begin
        for Iterateur in Number_Of_Service loop
            Service_Table (Iterateur).Exist := False;
        end loop;
    end Init;

    function Subscribe_Service
                (The_Subscribe_Data : in Orb_Defs.Message;
                 Agent_Reference : in Service_Manager_Defs.Number_Of_Agent)
                return Boolean is separate;

    function Remove_Service
                (Agent_Reference : in Service_Manager_Defs.Number_Of_Agent)
                return Boolean is  
        Iterator : Number_Of_Service;
    begin
        for Iterator in Number_Of_Service loop
            if Service_Table (Iterator).Agent_Reference = Agent_Reference then
                Service_Table (Iterator).Exist := False;
            end if;
        end loop;  
        return True;
    end Remove_Service;

    procedure Ask_Service
                 (Service_Class : in Orb_Defs.Class;
                  Service_Fct : in Orb_Defs.Funct;
                  Agent_Reference : out Service_Manager_Defs.Number_Of_Agent;
                  Error : out Boolean) is separate;

    function Add_Service
                (Service_Class : in Orb_Defs.Class;
                 Service_Fct : in Orb_Defs.Funct;
                 Agent_Reference : in Service_Manager_Defs.Number_Of_Agent)
                return Boolean is separate;

end Service_Toolbox;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=4
        [0x00] rec0=1f rec1=00 rec2=01 rec3=02a
        [0x01] rec0=0c rec1=00 rec2=04 rec3=000
        [0x02] rec0=12 rec1=00 rec2=02 rec3=034
        [0x03] rec0=0d rec1=00 rec2=03 rec3=000
    tail 0x2154cf70287b65d76fdc9 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 02 02 88 80 01 3b 01 00 0c 20 20 20 20 20 20  ┆      ;         ┆
  0x2: 0000  00 00 03 fc 80 23 28 53 65 72 76 69 63 65 5f 43  ┆     #(Service_C┆