CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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() const
Definition: TimeSpec.cc:4
long tv_sec_
Definition: TimeSpec.h:33
long tv_nsec_
Definition: TimeSpec.h:34