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 - download
Length: 474 (0x1da) Types: TextFile Names: »V«
└─⟦bfaa708f6⟧ Bits:30000531 8mm tape, Rational 1000, INSIGHT 1_3_0 └─ ⟦c51948655⟧ »DATA« └─⟦266b31e86⟧ └─⟦this⟧
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;