.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-08-30T18:21:13Z by OpenModelicaOpenModelica 1.25.2 using GenerateDoc.mos