Hi How does flexus take memory delay into account for IPC calculation? I want to set a delay for my component and see the effect on IPC.
For memory, I see the delay is defined as PARAMETER( Delay, int, "Access time", "time", 1 ) The only thing I think is related to that is outQueue->enqueue(aMessageTransport,cfg.Delay -1); Any more information about that? thanks // Naderan *Mahmood;
