Function eCAL::gWaitForEvent

Function eCAL::gWaitForEvent#

Function Documentation#

ECAL_API bool eCAL::gWaitForEvent(const EventHandleT &event_, long timeout_)#

Wait for an event with timeout.

Deprecated:

Will be removed in future eCAL versions.

Parameters:
  • event_ – Event struct.

  • timeout_ – Timeout in ms (-1 == infinite).

Returns:

True if succeeded.