FACT++  1.0
int StateMachineRateControl::SetVerbosity ( const EventImp evt)
inlineprivate

Definition at line 713 of file ratecontrol.cc.

References EventImp::GetBool().

Referenced by StateMachineRateControl().

714  {
715  if (!CheckEventSize(evt, 1))
716  return kSM_FatalError;
717 
718  fVerbose = evt.GetBool();
719 
720  return GetCurrentState();
721  }
int GetCurrentState() const
return the current state of the machine
Fatal error: stop program.
bool GetBool() const
Definition: EventImp.h:90
bool CheckEventSize(const EventImp &evt, size_t size)
Definition: ratecontrol.cc:84

+ Here is the call graph for this function:

+ Here is the caller graph for this function: