Class: matlab.DiscreteEventSystem
Package: matlab
Define first-in first-out (FIFO) queue storage
storage = queueFIFO(entityType,capacity)
defines a FIFO queue storage element. Use this function when implementing the storage
= queueFIFO(entityType
,capacity
)getEntityStorageImpl
method.
Note
This page describes the queueFIFO
method to create a custom
discrete-event system block. See Entity Queue block provided by
the SimEvents® library to use a queue with FIFO sorting policy.
getEntityStorageImpl
| queueLIFO
| queuePriority
| queueSysPriority