Changeset 2000 in Sophya for trunk/ArchTOIPipe/Kernel/cgt.h


Ignore:
Timestamp:
May 14, 2002, 3:06:58 PM (23 years ago)
Author:
ansari
Message:

Corrections diverses et introduction d'une classe de calcul de ligne de
base par ajustement glissant d'un polynome (SimpleOffsetEstimator)
avec son programme test - Reza 14/5/2002

File:
1 edited

Legend:

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

    r1994 r2000  
    3030 
    3131  virtual TOI& Connect(TOIProcessor& prout, string& out,
    32                        TOIProcessor& prin, string& in, string nom="", int wbsz=0);
     32                       TOIProcessor& prin, string& in, string nom="",
     33                       int wbsz=0, bool withFlag=false);
    3334  virtual TOI& Connect(TOIProcessor& prout, const char* out,
    34                        TOIProcessor& prin, const char* in, string nom="", int wbsz=0);
     35                       TOIProcessor& prin, const char* in, string nom="",
     36                       int wbsz=0, bool withFlag=false);
    3537
    3638  virtual void ListProcs(::ostream& os, bool prstat=false); // const plus tard
Note: See TracChangeset for help on using the changeset viewer.