Home
last modified time | relevance | path

Searched refs:msr_starttime (Results 1 – 10 of 10) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dlibmseed.def16 msr_starttime
H A Dunpack.c633 msr->starttime = msr_starttime (msr); in msr_unpack()
H A Dlibmseed.h636 extern hptime_t msr_starttime (MSRecord *msr);
H A Dmsrutils.c520 msr_starttime (MSRecord *msr) in msr_starttime() function
H A DChangeLog755 - Declare starttime in msr_starttime() as hptime_t instead of double,
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/
H A Dmsstruct.py88 dtime = clibmseed.msr_starttime(self.msr)
H A Dheaders.py676 __clibmseed.msr_starttime.argtypes = [C.POINTER(MSRecord)]
677 __clibmseed.msr_starttime.restype = C.c_int64
H A Dutil.py262 r_start = clibmseed.msr_starttime(msr) / HPTMODULUS
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/tests/
H A Dtest_mseed_special_issues.py122 self.assertRaises(argument_error, cl.msr_starttime, *args)
H A Dtest_mseed_reading_and_writing.py331 self.assertEqual(start, clibmseed.msr_starttime(ms.msr))