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

◆ bytesize()

unsigned int datrw::mseed::MiniSEEDblock::bytesize ( ) const
inline

Definition at line 90 of file mseedread.h.

References blocksize().

Referenced by datrw::mseed::operator>>(), datrw::mseed::MiniSEEDRecord::read(), datrw::mseed::MiniSEEDRecord::readheader(), and datrw::mseed::MiniSEEDRecord::skipdata().

91  { return(this->blocksize()*sizeof(Tvalue)); }
char Tvalue
type of data block value
Definition: mseedread.h:80
unsigned int blocksize() const
Definition: mseedread.h:88
Here is the call graph for this function:
Here is the caller graph for this function: