Event Object

An event object is a synchronization object whose state can be explicitly set to signaled by using RtSetEvent or RtPulseEvent.

NOTE: Internal objects are created from the system's internal allocation space (IntMSpace) when local memory is used.

The two types of event objects are:

An event object is useful in sending a signal to a thread, indicating that a particular action has occurred.

Topics: