Ignore:
Timestamp:
Sep 9, 2002, 5:33:16 PM (23 years ago)
Author:
aubourg
Message:

Vivien, limites processors et connect

File:
1 edited

Legend:

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

    r2000 r2187  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.19 2002-05-14 13:06:57 ansari Exp $
     7// $Id: toiprocessor.h,v 1.20 2002-09-09 15:33:15 aubourg Exp $
    88
    99
     
    5050  virtual int   getMinOut();
    5151  virtual int   getMaxOut();
     52 
     53  // rajout vf 29/07/2002
     54  virtual void setRequestedSample(long begin, long end);
     55  virtual bool getRequested();
     56  virtual bool checkSampleLimits(int pass);
     57  virtual void printLimits();
     58
     59// rajout vf 29/07/2002
     60protected:
     61  bool requestedSample;
     62  long snBegin;
     63  long snEnd;
     64  long snMin;
     65  long snMax;
     66  virtual bool checkSampleLimits(long &min, long &max, int pass);
     67
     68
    5269  // Les methodes qui suivent peut etre appelees par run
    5370protected:
     
    120137  int           lastAWN;
    121138
     139
    122140public:
    123141  // Appele par les assembleurs de pipeline
     
    142160  void setMinSn(int n) {forcedMinIn = n;}
    143161  void setMaxSn(int n) {forcedMaxIn = n;}
     162
     163  // ajout vf 23/08/2002
     164  TOI* getOutToi(string sortie);
     165
     166  virtual void setName(string n) {name=n;}
    144167
    145168protected:
     
    184207#endif
    185208
     209
     210
     211
     212
     213
     214
     215
Note: See TracChangeset for help on using the changeset viewer.