.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-04-19T18:20:10Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos