FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int StateMachineTimeCheck::Trigger
(
)
inline
private
Definition at line
117
of file
timecheck.cc
.
Referenced by
StateMachineTimeCheck()
.
118
{
119
fLastUpdate
=
Time
()-boost::posix_time::minutes(
fInterval
);
120
return
GetCurrentState
();
121
}
StateMachineImp::GetCurrentState
int GetCurrentState() const
return the current state of the machine
Definition:
StateMachineImp.h:119
Time
Adds some functionality to boost::posix_time::ptime for our needs.
Definition:
Time.h:30
StateMachineTimeCheck::fInterval
uint16_t fInterval
Definition:
timecheck.cc:24
StateMachineTimeCheck::fLastUpdate
Time fLastUpdate
Definition:
timecheck.cc:21
Here is the caller graph for this function:
StateMachineTimeCheck
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11