Function eCAL::gWaitForEvent
Contents
Function eCAL::gWaitForEvent#
Defined in File ecal_event.h
Function Documentation#
-
ECAL_API bool eCAL::gWaitForEvent(const EventHandleT &event_, long timeout_)#
Wait for an event with timeout.
- Parameters
event_ – Event struct.
timeout_ – Timeout in ms (-1 == infinite).
- Returns
True if succeeded.