io-char code

HI,

in the io-char driver in http://cvs.qnx.com/cgi-bin/cvsweb.cgi/nto/io-char/
There is a timer_tick routine. Where is this called from? I tried
to look at the main routine, but I did not find it??? Is this a full
driver?

The main question is how does one set a ticker which calls the driver
once a (milli) second??

Thanks

In ttc.c look for pulse_attach(). This function is called wherever the
pulse is received.
I have found one place where the Pulse is send: io_write.c function kick.c

“Berkeley Process Control” <bpc@berkeleyprocess.com> wrote in message
news:9h096n$anr$1@inn.qnx.com

HI,

in the io-char driver in
http://cvs.qnx.com/cgi-bin/cvsweb.cgi/nto/io-char/
There is a timer_tick routine. Where is this called from? I tried
to look at the main routine, but I did not find it??? Is this a full
driver?

The main question is how does one set a ticker which calls the driver
once a (milli) second??

Thanks