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

◆ setn()

void datrw::mseed::SEED::Steim2Frame::setn ( )
virtual

set Mn for current word (compression type specific)

Implements datrw::mseed::SEED::SteimFrame.

Definition at line 240 of file seedstructs.cc.

References datrw::mseed::SEED::SteimFrame::ctrl(), datrw::mseed::SEED::SteimFrame::Mn, datrw::mseed::SEED::Steim2Word::nval(), and datrw::mseed::SEED::SteimFrame::word().

241  {
242  Steim2Word w(Steim2Word::ESteim2Control(this->ctrl()), this->word());
243  Mn=w.nval();
244  } // void Steim2Frame::setn()
SteimFrame::ESteimControl ctrl() const
return control code for current word
Definition: seedstructs.h:508
int Mn
number of differences in this word
Definition: seedstructs.h:530
int word() const
return current data word
Definition: seedstructs.h:496
Here is the call graph for this function: