Ignore:
Timestamp:
May 20, 2003, 12:10:09 PM (22 years ago)
Author:
aubourg
Message:

ring pipes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/ringprocessor.h

    r2385 r2386  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: ringprocessor.h,v 1.1 2003-05-19 23:31:29 aubourg Exp $
     7// $Id: ringprocessor.h,v 1.2 2003-05-20 10:10:09 aubourg Exp $
    88
    99
     
    5252  virtual int getWontNeedBefore() {return wontNeedRing;}
    5353
     54  virtual void setNeededRingHistory(int nrings); // -1 : disable
    5455 
    5556protected:
     
    6061  RingPipe*        getInputRing(int index);
    6162  RingPipe*        getOutputRing(int index);
     63  RingPipe*        getOutRing(string out);
    6264  virtual void wontNeedRingBefore(int i); 
    6365  friend class RingPipe;
     66  friend class TOIManager;
    6467  virtual void getRingRange(int& min, int& max);
    6568
     
    6871  int ringEnd;
    6972  int wontNeedRing;
     73  int neededRingHistory;
     74
     75  void autoWontNeedRing(int iCur);
     76  int lastAWNR;
    7077
    7178  map<string, int> inRingIx;
Note: See TracChangeset for help on using the changeset viewer.