CMS 3D CMS Logo

TimeSpec.cc
Go to the documentation of this file.
1 
3 
4 timespec TimeSpec::get_timespec() const {
5  timespec ts;
6  ts.tv_sec = tv_sec_;
7  ts.tv_nsec = tv_nsec_;
8  return ts;
9 }
TimeSpec::get_timespec
timespec get_timespec() const
Definition: TimeSpec.cc:4
TimeSpec::tv_sec_
long tv_sec_
Definition: TimeSpec.h:24
TimeSpec.h
TimeSpec::tv_nsec_
long tv_nsec_
Definition: TimeSpec.h:25