Forums » Software Development »
QNX BSP Timers
Added by Rob Gillis about 13 years ago
Hello,
I have a need for a timer that supports a higher resolution than QNX CLOCK_REALTIME. It will be used for high accuracy timestamps, but probably will not need to drive an interrupt.
Is a feature like this already supported in the MityDSP QNX BSP?
Thanks,
Rob Gillis
Replies (3)
RE: QNX BSP Timers - Added by John Pruitt about 13 years ago
Rob,
I don't know of a feature like this. I have always just used the CLOCK_REALTIME.
John
RE: QNX BSP Timers - Added by John Pruitt about 13 years ago
Rob,
Have you tried using ClockCycles()?
John
RE: QNX BSP Timers - Added by Rob Gillis about 13 years ago
John,
We have tried using ClockCycles(). I think it may be working for us but will check with the other developers to make sure.
Thanks,
Rob