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

Definition at line 907 of file feedback.cc.

Referenced by StateMachineFeedback().

908  {
909  Out() << fDim << endl;
910  Out() << fDimFSC << endl;
911  Out() << fDimBias << endl;
912 
913  return GetCurrentState();
914  }
DimDescribedState fDimBias
Definition: feedback.cc:38
DimDescribedState fDimFSC
Definition: feedback.cc:37
DimVersion fDim
Definition: feedback.cc:35
int GetCurrentState() const
return the current state of the machine
std::ostream & Out() const
Definition: MessageImp.h:73

+ Here is the caller graph for this function: