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

Public Member Functions | |
| ActivityFlags () | |
| ActivityFlags (const unsigned char &p) | |
Public Attributes | |
| bool | begevent: 1 |
| beginning of event More... | |
| bool | calpres: 1 |
| calibration signals present More... | |
| bool | endevent: 1 |
| end of event More... | |
| bool | event: 1 |
| event in progress More... | |
| bool | negleap: 1 |
| a negative leap second happend More... | |
| bool | posleap: 1 |
| a positive leap second happend More... | |
| bool | tcorrapp: 1 |
| time correction applied More... | |
| bool | unused1: 1 |
a structure to hold activity flags
used in Fixed Data Record Header see chapter 8, page 93
Definition at line 235 of file seedstructs.h.