.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-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos