DATRW++ library: seismic data I/O with multiple formats

◆ dump() [3/15]

void datrw::mseed::SEED::dump ( const BTIME s,
std::ostream &  os 
)

Definition at line 90 of file seedstructdump.cc.

References datrw::mseed::convert().

91  {
92  libtime::TAbsoluteTime thetime=convert(s);
93  os << thetime.timestring();
94  } // void dump(const BTIME& s, std::ostream& os)
libtime::TAbsoluteTime convert(const SEED::BTIME &t)
convert BTIME structure to libtime structure
Definition: mseedread.cc:166
Here is the call graph for this function: