********************************************************************
* NOTE: This file is generated automatically from the event * definition file logo.evt. ********************************************************************INTERFACElogoAlgClass ; <*NOWARN*> IMPORT Algorithm, AlgorithmClass; <* PRAGMA LL *> TYPE EventDataRec = RECORD stopAtInit: BOOLEAN := TRUE; waitAtInit: CARDINAL := 1; ctOfInit: CARDINAL := 0; stopAtRandomStep: BOOLEAN := TRUE; waitAtRandomStep: CARDINAL := 1; ctOfRandomStep: CARDINAL := 0; stopAtShift: BOOLEAN := TRUE; waitAtShift: CARDINAL := 1; ctOfShift: CARDINAL := 0; stopAtMarquee: BOOLEAN := TRUE; waitAtMarquee: CARDINAL := 1; ctOfMarquee: CARDINAL := 0; stopAtMarqueeSpots: BOOLEAN := TRUE; waitAtMarqueeSpots: CARDINAL := 1; ctOfMarqueeSpots: CARDINAL := 0; END; T <: Public; Public = Algorithm.T OBJECT eventDataRec: EventDataRec; METHODS END; REVEAL Algorithm.T <: AlgorithmClass.T; END logoAlgClass.