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

Definition at line 680 of file ratecontrol.cc.

References EventImp::GetUShort().

Referenced by StateMachineRateControl().

681  {
682  if (!CheckEventSize(evt, 4))
683  return kSM_FatalError;
684 
685  // FIXME: Check missing
686 
688 
689  return GetCurrentState();
690  }
int GetCurrentState() const
return the current state of the machine
Fatal error: stop program.
uint16_t GetUShort() const
Definition: EventImp.h:92
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: