Changeset 1546 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- Jun 18, 2001, 6:26:50 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/ProcWSophya
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/genwproc.cc
r1532 r1546 62 62 63 63 //////////////////////////////////////////////////////////////// 64 void GenWindowTOIProcessor::PrintStatus(ostream & os ,int lp)64 void GenWindowTOIProcessor::PrintStatus(ostream & os) 65 65 { 66 66 os<<"\n ------------------------------------------------------ \n" 67 67 <<" GenWindowTOIProcessor::PrintStatus() - ["<<NbInput<<","<<NbOutput<<"]"<<endl 68 68 <<" 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 } 69 os<<" WindowLCR: " 70 <<" L=("<<W0Left<<","<<GetWSize('l')<<")" 71 <<" C=("<<W0Center<<","<<GetWSize('c')<<")" 72 <<" R=("<<W0Right<<","<<GetWSize('r')<<")" 73 <<endl; 74 76 75 TOIProcessor::PrintStatus(os); 77 76 os<<"ProcessedSampleCount="<<ProcessedSampleCount()<<" NbDecal="<<TotDecalCount<<endl; -
trunk/ArchTOIPipe/ProcWSophya/genwproc.h
r1532 r1546 65 65 {PutWData(0,numsample,data,flag);} 66 66 67 virtual void PrintStatus(ostream & os ,int lp=0);67 virtual void PrintStatus(ostream & os); 68 68 69 69 virtual void UserInit(int_8 kstart);
Note:
See TracChangeset
for help on using the changeset viewer.