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

◆ station()

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

return station code

Definition at line 202 of file mseedread.h.

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

203  { return(util::extractstring(this->recordheader().stat, 5)); }
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: