Changeset 1810 for trunk/MagicSoft/Cosy/base/timer.cc
- Timestamp:
- 03/11/03 13:52:48 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/timer.cc
r1793 r1810 26 26 // fDiv = fmod((fMs+fSecs)/(60*60*24), 1.0); 27 27 } 28 29 void Timer::GetTimeval(struct timeval *tv) const 30 { 31 tv->tv_sec = fSecs; 32 tv->tv_usec = fMs; 33 } 34 28 35 /* 29 36 void Timer::Set(const long mjd)
Note:
See TracChangeset
for help on using the changeset viewer.