優れた組み込みシステム設計のためのミドルウエア、開発ツール、
リアルタイム オペレーティング システム ソフトウエアとサービス

QNX Community Resources

PtProcessEvent
[Previous] [Contents] [Index] [Next]

PtProcessEvent()

Standard Photon event-handling function

Synopsis:

void PtProcessEvent( void );

Description:

This function is used primarily for modal-dialog-event handling.

If a Photon event is pending, this function processes the event and returns. If no event is pending, or if no work procedure has been defined, the function puts the application into REPLY-blocked mode.

Examples:

See PtModalStart().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]