|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 796 (0x31c)
Types: TextFile
Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
separate (Motor.Jouer)
procedure Afficher_Evenement_Courant (Source : Evenement) is
begin
Text_Io.Put ("La trame sera envoyee dans : ");
Text_Io.Put_Line (Integer'Image (Source.Date_Relative) &
" dixiemes de seconde");
Text_Io.Put ("Adresse de la station : ");
Text_Io.Put_Line (Integer'Image (Source.Numero_Station));
Text_Io.Put ("Numero de l'acteur : ");
Text_Io.Put_Line (Integer'Image (Source.Numero_Acteur));
Text_Io.Put ("Valeur de l'action : ");
Text_Io.Put_Line (Integer'Image (Source.Valeur));
Text_Io.Put ("Transition (option) : ");
Text_Io.Put_Line (Integer'Image (Source.Transition));
Text_Io.Put_Line
("----------------------------------------------------------------------");
end Afficher_Evenement_Courant;