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

◆ Steim2Frame()

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

Definition at line 567 of file seedstructs.h.

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

567  :
568  Tbase(p)
569  {
570  if (swap) { this->swap(); }
571  this->reset();
572  }
virtual void swap()
swapping must be performed differently for Steim1 and Steim2
Definition: seedstructs.cc:134
void reset()
step to first difference value
Definition: seedstructs.cc:162
Here is the call graph for this function: