35 #define DATRW_MSEED_RECORD_READ_CC_VERSION \ 36 "DATRW_MSEED_RECORD_READ_CC V1.1" 39 #include <datrwxx/mseedread.h> 56 this->
wid2.date=seedrecord.date();
57 this->
wid2.station=seedrecord.station();
58 this->
wid2.channel=seedrecord.channel();
59 this->
wid2.auxid=seedrecord.network()+
":"+seedrecord.location();
60 this->
wid2.nsamples=seedrecord.nsamples();
61 this->
wid2.dt=seedrecord.dt();
62 this->
data=seedrecord.data();
63 this->
valid=seedrecord.valid();
64 this->
xm1=seedrecord.xm1();
void checks(const ConsistencyChecks &flags)
adjust flags consistency checks
void read(std::istream &is, const bool &dumpascii=false, const bool &estimateNframes=false, const ConsistencyChecks &checks=ConsistencyChecks(true, true))
read and decode a record to SFF
const char *const dumpascii
keywords for format modifiers
Root namespace of library.
Debug & debug()
return reference to debug flags
void estimateNframes(const bool &flag)
adjust flag for estimation of frame count
provide mini-SEED data (prototypes)
bool report_ascii_data_to_stdout
report ASCII lines
const char *const estimateNframes
keywords for format modifiers