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

◆ location()

std::string datrw::mseed::MiniSEEDRecord::location ( ) const
inline

return location code

Definition at line 208 of file mseedread.h.

References datrw::mseed::util::extractstring(), and recordheader().

209  { return(util::extractstring(this->recordheader().loc, 2)); }
const SEED::FixedDataRecordHeader & recordheader() const
returns Fixed Data Record Header
Definition: mseedread.h:177
std::string extractstring(const char *s, const int &l)
Return a maximum of l characters.
Definition: mseedread.cc:141
Here is the call graph for this function: