FACT++  1.0
int StateMachineTimeCheck::Trigger ( )
inlineprivate

Definition at line 117 of file timecheck.cc.

Referenced by StateMachineTimeCheck().

118  {
119  fLastUpdate = Time()-boost::posix_time::minutes(fInterval);
120  return GetCurrentState();
121  }
int GetCurrentState() const
return the current state of the machine
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30

+ Here is the caller graph for this function: