|
DATRW++ library: seismic data I/O with multiple formats
|
#include <seedstructs.h>

Public Member Functions | |
| IOFlags () | |
| IOFlags (const unsigned char &p) | |
Public Attributes | |
| bool | end: 1 |
| end of time series More... | |
| bool | locked: 1 |
| clock locked More... | |
| bool | longrec: 1 |
| long record read More... | |
| bool | parityerr: 1 |
| station volume parity error possibly present More... | |
| bool | shortrec: 1 |
| short record read More... | |
| bool | start: 1 |
| start of time series More... | |
| bool | unused1: 1 |
| bool | unused2: 1 |
a structure to hold I/O flags
used in Fixed Data Record Header see chapter 8, page 93
Definition at line 255 of file seedstructs.h.