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

◆ read()

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

read data from pointer

Definition at line 498 of file seedstructs.h.

References Mdata, and swap().

499  {
500  Mdata=FrameData(p);
501  if (swap) { this->swap(); }
502  }
virtual void swap()=0
swapping must be performed differently for Steim1 and Steim2
FrameData Mdata
frame data (swapped)
Definition: seedstructs.h:528
Here is the call graph for this function: