Ways of adding functionality to the resource manager
QNX SDP8.0Writing a Resource ManagerDeveloper
You can add functionality to the resource manager you're writing in these fundamental ways:
- use the default functions encapsulated within your own
- use the helper functions within your own
- write the entire function yourself
The first two are almost identical, because the default functions really don't do that much by themselves—they rely on the POSIX helper functions. The third approach has advantages and disadvantages.
Page updated: