Platform Package reference: Function EwAnyPendingSignals()

Description of the function EwAnyPendingSignals() available in all Platform Packages for C compatible target systems. This function is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.

Declaration

int EwAnyPendingSignals( void )

Discussion

The function EwAnyPendingSignals() returns a value != 0 (not zero), if there are any signals pending for the delivery. This means, the function EwProcessSignals() should be called.