FACT++  1.0
StateMachineSmartFACT::EventHist::EventHist ( const boost::posix_time::time_duration &  dt = boost::posix_time::hours(12),
uint64_t  mx = UINT64_MAX 
)
inline

Definition at line 467 of file smartfact.cc.

467 : deltat(dt), max(mx) { }
const boost::posix_time::time_duration deltat
Definition: smartfact.cc:463