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

◆ read() [10/15]

void datrw::binary::ibinstream::read ( ::sff::WID2 &  v)

Definition at line 165 of file ibinstream.cc.

References read().

166  {
167  this->read(v.date);
168  this->read(v.dt);
169  this->read(v.nsamples);
170  this->read(v.station);
171  this->read(v.channel);
172  this->read(v.auxid);
173  this->read(v.instype);
174  this->read(v.calib);
175  this->read(v.calper);
176  this->read(v.hang);
177  this->read(v.vang);
178  } // void ibinstream::read(::sff::WID2& v)
Here is the call graph for this function: