Debugger : Debugger Commands : UPUT QUEUE Command

UPUT QUEUE Command

To add an element to the “front” of a queue, use the following command:

Pdb>uput QUEUE_NAME VALUE
 

The VALUE must be a legal data-item for that queue. The uput command places the value at the end of the queue where the next GET retrieves values. Using uput and GET in a Rational Statemate model, treats the queue as a last-in/last-out (LIFO) type of queue.