1 #ifndef _MSEED_INDEX_H_
2 #define _MSEED_INDEX_H_
5 #include "mspass/utility/ErrorLogger.h"
22 double last_packet_time;
40 loc(parent.loc),chan(parent.chan)
45 samprate=parent.samprate;
46 starttime=parent.starttime;
47 endtime=parent.endtime;
48 last_packet_time=parent.last_packet_time;
61 samprate=parent.samprate;
62 starttime=parent.starttime;
63 endtime=parent.endtime;
64 last_packet_time=parent.last_packet_time;
68 friend std::ostringstream& operator<< (std::ostringstream& ss,
const mseed_index& ind);
107 mseed_file_indexer(
const std::string inputfile,
const bool segment_timetears,
Definition: mseed_index.h:10
Container to hold error logs for a data object.
Definition: ErrorLogger.h:61