FACT++  1.0
int StateMachineRateScan::Print ( ) const
inlineprivate

Definition at line 225 of file ratescan.cc.

Referenced by StateMachineRateScan().

226  {
227  Out() << fDim << endl;
228  Out() << fDimFTM << endl;
229 
230  return GetCurrentState();
231  }
int GetCurrentState() const
return the current state of the machine
std::ostream & Out() const
Definition: MessageImp.h:73
DimVersion fDim
Definition: ratescan.cc:40
DimDescribedState fDimFTM
Definition: ratescan.cc:42

+ Here is the caller graph for this function: