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

◆ Steim1Frame()

datrw::mseed::SEED::Steim1Frame::Steim1Frame ( const char *  p,
const bool &  swap = false 
)
inline

Definition at line 548 of file seedstructs.h.

References datrw::mseed::SEED::SteimFrame::reset(), and swap().

548  :
549  Tbase(p)
550  {
551  if (swap) { this->swap(); }
552  this->reset();
553  }
virtual void swap()
swapping must be performed differently for Steim1 and Steim2
Definition: seedstructs.cc:103
void reset()
step to first difference value
Definition: seedstructs.cc:162
Here is the call graph for this function: