DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦8108883e9⟧ TextFile

    Length: 1409 (0x581)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Element;
with Station_Identifier;
with Text_Io;
package Trame_Product is

    procedure Choose_The_Destination;

    procedure Write_Activate (The_Station : Station_Identifier.Object;
                              The_Adress_Station : Element.Adress;
                              The_Time : Natural;
                              The_Acteur : Element.Num_Acteur);

    procedure Write_Desactivate (The_Station : Station_Identifier.Object;
                                 The_Adress_Station : Element.Adress;
                                 The_Time : Natural;
                                 The_Acteur : Element.Num_Acteur);

    procedure Write_Change (The_Station : Station_Identifier.Object;
                            The_Adress_Station : Element.Adress;
                            The_Time : Natural;
                            The_Acteur : Element.Num_Acteur;
                            The_Value : Natural);

    procedure Write_Evoluate (The_Station : Station_Identifier.Object;
                              The_Adress_Station : Element.Adress;
                              The_Time : Natural;
                              The_Acteur : Element.Num_Acteur;
                              The_Value : Natural;
                              The_Duration : Natural);

    procedure Write_Number_Of_Station (The_Number : Station_Identifier.Object);

    procedure Done;

end Trame_Product;