Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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. )