.RealTimeCoordinationLibrary.Internal.Interfaces.Asynchron.Queue.dequeue

Interface

function dequeue
  input Element vecIn[:];
  input Integer tailIn;
  input Integer headIn;
  output Element vecOut[size(vecIn, 1)];
  output Element e;
  output Integer tailOut;
  output Integer headOut;
end dequeue;

Generated at 2025-12-13T19:13:59Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos