DATRW++ library: seismic data I/O with multiple formats
|
#include <seedstructs.h>
Public Member Functions | |
DataOnlySEEDBlockette () | |
DataOnlySEEDBlockette (const char *p, const bool &swap=false) | |
unsigned int | ibytesex () const |
unsigned int | iformat () const |
unsigned int | ireclen () const |
unsigned int | reclenbytes () const |
void | swap () |
Public Attributes | |
DataRecordBlocketteHeader | blocketteheader |
unsigned char | bytesex |
Word order. More... | |
unsigned char | format |
Encoding Format. More... | |
unsigned char | reclen |
Data Record Length. More... | |
unsigned char | reserved |
Reserved. More... | |
a structure to hold a data only blockette
[1000] Data Only SEED Blockette
Definition at line 346 of file seedstructs.h.