Contents page

Rules for Tools/qevent()


qevent()
SYNOPSIS
     void qevent(struct Event *event)

ARGUMENTS
    `struct Event  *event'
          Event to queue in PipeLine.

DESCRIPTION
     This routine takes the supplied Event and places it in the
     PipeLine.  Before placing an Event in the PipeLine, you must:

       1. Set the `time' field to indicate when it occurs.

       2. Set the `tool' field to indicate which Tool receives the
          Event.

SEE
     See freeevent(), allocevent().