3#include "mspass/utility/ErrorLogger.h"
51 if (&parent !=
this) {
67 friend std::ostringstream &
operator<<(std::ostringstream &ss,
107mseed_file_indexer(
const std::string inputfile,
const bool segment_timetears,
Index entry describing one contiguous MiniSEED data segment.
Definition mseed_index.h:9
size_t nbytes
Definition mseed_index.h:16
std::string chan
Definition mseed_index.h:14
double endtime
Definition mseed_index.h:20
size_t npts
Definition mseed_index.h:17
friend std::ostringstream & operator<<(std::ostringstream &ss, const mseed_index &ind)
Definition mseed_index.cc:6
double samprate
Definition mseed_index.h:18
mseed_index & operator=(const mseed_index &parent)
Definition mseed_index.h:50
std::string sta
Definition mseed_index.h:12
mseed_index(const mseed_index &parent)
Definition mseed_index.h:39
double last_packet_time
Definition mseed_index.h:21
size_t foff
Definition mseed_index.h:15
double starttime
Definition mseed_index.h:19
mseed_index()
Definition mseed_index.h:25
std::string loc
Definition mseed_index.h:13
std::string net
Definition mseed_index.h:11
Container to hold error logs for a data object.
Definition ErrorLogger.h:63