This method calls the put operation
for the message queue to add a message to the end of
the queue.
Signaturevirtual OMBoolean out (Msg *m, OMBoolean fromISR = FALSE)
Parametersm
The message to be added to the queue.
fromISR
A Boolean value that specifies whether
the message being added was generated from an interrupt service routine
(ISR). The default value is FALSE.
ReturnsThe
method returns one of the following Boolean values:
- TRUE - method successfully added
the message to the queue.
- FALSE - method was unsuccessful.