FACT++  1.0
double Time::UnixTime ( ) const

Definition at line 195 of file Time.cc.

References SecondsOfDay().

Referenced by Compress(), Decompress(), StateMachineFeedback::HandleBiasCurrent(), StateMachineRateScan::HandleFtmStateChange(), tcp_connection::HandleReceivedData(), StateMachineDrive< T, S >::HandleTPoint(), main(), and tcp_connection::start().

196 {
197  return (date().modjulian_day()-40587)*24*60*60 + SecondsOfDay();
198 }
double SecondsOfDay() const
Definition: Time.cc:161

+ Here is the call graph for this function:

+ Here is the caller graph for this function: