OMTMMessageQueue

This method is the constructor for the OMTMMessageQueue class. It allocates theQueue, the OMOSMessageQueue member of OMTMMessageQueue, with a given size and the ability to grow dynamically. In addition, it initializes the following:

Visibility

Public

Signature
OMTMMessageQueue (const long messageQueueSize =
   OMOSThread::DefaultMessageQueueSize,
   OMBoolean dynamicMessageQueue = TRUE) 
Parameters
messageQueueSize

The initial size of the queue

dynamicMessageQueue

A Boolean value that specifies whether the queue is dynamic or fixed


Feedback