.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 2024-10-26T18:25:36Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos