_gen

The _gen method queues events sent to the reactive object.

_gen works in the following way:

Visibility
Public
Signature
virtual OMBoolean _gen (OMEvent *event,
   OMBoolean genFromISR = FALSE);
Parameters
event

Specifies a pointer to the event to be sent to the reactive object.

genFromISR

Indicates whether the event is from an operating system interrupt service request (ISR). If it is, it requires special treatment.

Returns

The method returns one of the following Boolean values:

Notes

Feedback