Changeset 1546 in Sophya for trunk/ArchTOIPipe/ProcWSophya


Ignore:
Timestamp:
Jun 18, 2001, 6:26:50 PM (24 years ago)
Author:
ansari
Message:

Correction decl. interface GenWTOIPr::PrintStatus() - Reza 18/6/2001

Location:
trunk/ArchTOIPipe/ProcWSophya
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/genwproc.cc

    r1532 r1546  
    6262
    6363////////////////////////////////////////////////////////////////
    64 void GenWindowTOIProcessor::PrintStatus(ostream & os,int lp)
     64void GenWindowTOIProcessor::PrintStatus(ostream & os)
    6565{
    6666os<<"\n ------------------------------------------------------ \n"
    6767  <<" GenWindowTOIProcessor::PrintStatus() - ["<<NbInput<<","<<NbOutput<<"]"<<endl
    6868  <<" WSizeTot="<<WSizeTot<<" WSize="<<GetWSize()<<" WStep= "<<GetWStep()<<endl;
    69 if(lp>0) {
    70   os<<" WindowLCR: "
    71     <<" L=("<<W0Left<<","<<GetWSize('l')<<")"
    72     <<" C=("<<W0Center<<","<<GetWSize('c')<<")"
    73     <<" R=("<<W0Right<<","<<GetWSize('r')<<")"
    74     <<endl;
    75 }
     69os<<" WindowLCR: "
     70  <<" L=("<<W0Left<<","<<GetWSize('l')<<")"
     71  <<" C=("<<W0Center<<","<<GetWSize('c')<<")"
     72  <<" R=("<<W0Right<<","<<GetWSize('r')<<")"
     73  <<endl;
     74
    7675TOIProcessor::PrintStatus(os);
    7776os<<"ProcessedSampleCount="<<ProcessedSampleCount()<<" NbDecal="<<TotDecalCount<<endl;
  • trunk/ArchTOIPipe/ProcWSophya/genwproc.h

    r1532 r1546  
    6565                      {PutWData(0,numsample,data,flag);}
    6666
    67   virtual void PrintStatus(ostream & os,int lp=0);
     67  virtual void PrintStatus(ostream & os);
    6868
    6969  virtual void UserInit(int_8 kstart);
Note: See TracChangeset for help on using the changeset viewer.