QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Pre-realize and post-realize function callbacks |
Ref. No. |
QNX.000001278 |
Category(ies) |
Development |
Issue |
In PhAB 1.1x, we want to do both a PreRealize and a PostRealize function callback. Is this possible?
|
Solution |
Use one function callback for both instances. Do a switch on apinfo->reason. The values are ABR_PRE_REALIZE and ABR_POST_REALIZE. |
|