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

⟦d0db7f5b8⟧ TextFile

    Length: 474 (0x1da)
    Types: TextFile
    Names: »V«

Derivation

└─⟦bfaa708f6⟧ Bits:30000531 8mm tape, Rational 1000, INSIGHT 1_3_0
    └─ ⟦c51948655⟧ »DATA« 
        └─⟦266b31e86⟧ 
            └─⟦this⟧ 

TextFile

package Dispatch_Light_Commands is

    -- This package contains the code to listen to the network for requests
    -- to control lights.  Messages are decoded and dispatched to the light
    -- controller in the Light_Control module.

    -- The module is started and shutdown in a call to Start or Stop.

    -- Emergency cabin lighting can be initiated by calling emergency.

    procedure Start;
    procedure Stop;
    procedure Emergency;

end Dispatch_Light_Commands;