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

⟦0f23dfe24⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, seg_036fa7, seg_03719f, seg_03900e, seg_039079, separate Motor.Jouer

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 (Motor.Jouer)
task body Envoi_Message is
    Open : Boolean := False;
    Quit : Boolean := False;
begin
    while not Quit loop
        select  
            accept Debut do
                if not Open then
                    Text_Io.Put_Line ("Le debut du spectacle est annonce");
                    Running := False;
                    Open := True;
                    Ouvrir_En_Lecture (Nom_Du_Fichier_Physique);
                end if;
            end Debut;
        or  
            accept Jouer do
                if Open then
                    Running := True;
                    Text_Io.Put_Line ("Jouer...");
                end if;
            end Jouer;

        or  
            accept Pause do
                if Open then
                    Running := False;
                    Text_Io.Put_Line ("Pause cafe...");
                end if;
            end Pause;  
        or  
            accept Stop do  
                Text_Io.Put_Line (" Fin du spectacle...");
                if Open then
                    Fermer;
                end if;  
                Done := True;
                Quit := True;
                Running := False;
                Open := False;
            end Stop;
        end select;
    end loop;
end Envoi_Message;



E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=22 rec1=00 rec2=01 rec3=01a
        [0x01] rec0=0e rec1=00 rec2=02 rec3=001
    tail 0x215306ce684e16cf47692 0x42a00088462060003