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

⟦b3dcdc3da⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Orb_Manager, seg_055dba

Derivation

└─⟦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 Contrat_Storage;
with Bounded_String;
with Messages;
with Std_Types;
use Std_Types;
with Text_Io;
with Orb;
with Orb_Communication;
with Message_Storage;


procedure Orb_Manager is
    Message : Messages.Obj_Msg;
    Done : Boolean := False;
begin  
    Text_Io.Put_Line ("++++++++++++++ Serveur ORB ++++++++++++++++");
    loop
        Orb_Communication.Orb_Bal.Is_Empty (Done);
        while Done loop
            Orb_Communication.Orb_Bal.Is_Empty (Done);
        end loop;
        Orb_Communication.Orb_Bal.Get_Message (Message);
        -- Text_Io.Put_Line (String_Var_To_String
        --                     (Messages.Get_Content (Message)));
        Orb.Type_Supervisor (Message);
    end loop;
    Orb_Communication.Orb_Bal.Dispose;
end Orb_Manager;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1f rec1=00 rec2=01 rec3=000
        [0x01] rec0=08 rec1=00 rec2=02 rec3=000
    tail 0x217612c3e87c07707a015 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 12 00 09 65 6e 64 20 54 65 73 74 3b 09  ┆      end Test; ┆