Project Home
Project Home
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 - How not to pollute app w/proprietary API calls?: Page 1 of 3 (3 Items)
   
How not to pollute app w/proprietary API calls?  
In the Neutrino library reference, some functions are classified as Posix, but others are classified as Neutrino (e.g. 
InterruptAttach). Does that mean no Posix function exists for attaching interrupts? I would like to avoid the use of 
proprietary API calls in my code to the extent possible.