Not “Easily”, as current RTP/Momentics doesn’t have any APM support.
On x86 platform, you can directly poke with the APM BIOS as in
URL:news://inn.qnx.com/aaae68$fs2$> 1@inn.qnx.com
URL:nntp://inn.qnx.com/qdn.public.qnxrtp.x86/44
Not “Easily”, as current RTP/Momentics doesn’t have any APM support.
On x86 platform, you can directly poke with the APM BIOS as in
URL:news://inn.qnx.com/aaae68$fs2$> 1@inn.qnx.com
URL:nntp://inn.qnx.com/qdn.public.qnxrtp.x86/44
Did you ever find a good way of calling your apmoff application for powering
down?
No.
The stock “shutdown -S system” seems to do something like “for(;;);”
which spins infinitely and not yielding CPU to any other process.
Therefore any background tweaks are disabled.
“shutdown -S reboot” will call sysmgr_reboot() before anything
can kick butt.
So I’m now using a homebrew shutdown program which
includes APM powerdown support.
At least I can do something if the stock shutdown does
“for(;; pause(),sleep(1));”; please reconsider this > QSSL
file://localhost/L:/QNXsdk/target/qnx6/usr/help/product/power_mgmt_en/user_guide/about.html
It looks like a SE thingie; not in NC. Unable to comment, sorry.
Not “Easily”, as current RTP/Momentics doesn’t have any APM support.
On x86 platform, you can directly poke with the APM BIOS as in
URL:news://inn.qnx.com/aaae68$fs2$> 1@inn.qnx.com
URL:nntp://inn.qnx.com/qdn.public.qnxrtp.x86/44