The FIFO stores messages ordered by their 'delayed delivery time'.
When a new scIGPMessage arrives to scGridPoint, if the delay time is NOT zero, the message is put in this time-ordered queue and and 'write' event is for the first member of the queue is generated. (non-delayed messages are delivered immediately) That is, the scGridPoint will receive the messages at the time that is prescribed by the sender.
name | the name of the FIFO |
Inherits sc_channel, TimedIGPMessage_write_if, and TimedIGPMessage_read_if.