| iMatix home page
| << | < | > | >>
SMT Logo SMT
Version 2.81

 

smt_set_timer

#include "smtlib.h"
void
smt_set_timer (const QID *qid)

Synopsis

Tells the SMT kernel to send alarm events to the specified timer queue. There can be just one timer queue. If you do not specify a timer queue, timer events are discarded.

Source Code - (smtlib.c)

{
#if (defined (SMT_TRACE))
    trace ("smt_set_timer");
#endif
    timer = *qid;
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation