![]() |
|
|||
File indexing completed on 2024-04-06 12:05:09
0001 0002 #include "DataFormats/Scalers/interface/TimeSpec.h" 0003 0004 timespec TimeSpec::get_timespec() const { 0005 timespec ts; 0006 ts.tv_sec = tv_sec_; 0007 ts.tv_nsec = tv_nsec_; 0008 return ts; 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |