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

 

smt_set_console

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

Synopsis

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

Source Code - (smtlib.c)

{
#if (defined (SMT_TRACE))
    trace ("smt_set_console");
#endif
    console = *qid;
}

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