FACT++  1.0
double ConnectionDrive::GetSeTime ( ) const
inline

Definition at line 1337 of file drivectrl.cc.

1338  {
1339  // The maximum difference here should not be larger than 100ms.
1340  // So th error we make on both axes should not exceed 50ms;
1341  return (Time(fPdoTime2[0]).Mjd()+Time(fPdoTime2[1]).Mjd())/2;
1342  }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30
Time fPdoTime2[2]
Definition: drivectrl.cc:743