FACT++  1.0
int StateMachineRateScan::ChangeMaximum ( const EventImp evt)
inlineprivate

Definition at line 396 of file ratescan.cc.

References EventImp::Get().

Referenced by StateMachineRateScan().

397  {
398  if (!CheckEventSize(evt, 4))
399  return kSM_FatalError;
400 
401  fThresholdMax = evt.Get<uint32_t>();
402 
403  return GetCurrentState();
404  }
int GetCurrentState() const
return the current state of the machine
Fatal error: stop program.
T Get(size_t offset=0) const
Definition: EventImp.h:66
bool CheckEventSize(const EventImp &evt, size_t size)
Definition: ratescan.cc:85

+ Here is the call graph for this function:

+ Here is the caller graph for this function: