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

◆ SteimFrame()

datrw::mseed::SEED::SteimFrame::SteimFrame ( const char *  p)
inlineprotected

read data to buffer

Definition at line 524 of file seedstructs.h.

524  :
525  Mdata(p), Mn(0), Miword(0), Midiff(0), Mvalid(true) { }
FrameData Mdata
frame data (swapped)
Definition: seedstructs.h:528
int Mn
number of differences in this word
Definition: seedstructs.h:530
int Miword
current word in frame
Definition: seedstructs.h:533
bool Mvalid
we are still inside the current frame
Definition: seedstructs.h:537
int Midiff
current difference value in word
Definition: seedstructs.h:535