Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Help for QNX Momentics: (2 Items)
   
Help for QNX Momentics  
Sir,
   I am using QNX momentics on Windows OS. I am developing an application
on QNX using C. Please tell me how to give delay in milliseconds using
timers.

With Regards,
Vinay Gupta
Attachment: HTML sf-attachment-mime26026 279 bytes
Re: Help for QNX Momentics  
See nanospin() but be aware that it is a busy spin and normally only be used for a few milliseconds (for instance when 
dealing with hardware that requires short time delays between accesses. )