DATRW++ library: seismic data I/O with multiple formats
hpmodata.h File Reference

structures and functions to hold hpmo data and to handle it (prototypes) More...

#include <datrwxx/datread.h>
#include <string>
Include dependency graph for hpmodata.h:

Go to the source code of this file.

Classes

struct  datrw::hpmo::MinuteBlock
 hold one minute block More...
 
struct  datrw::hpmo::SampleBlock
 hold samples of one minute-block More...
 

Namespaces

 datrw
 Root namespace of library.
 
 datrw::hpmo
 All classes and functions to extract data from HPMO files.
 

Macros

#define DATRW_HPMODATA_H_VERSION   "DATRW_HPMODATA_H V1.0 "
 

Variables

const int datrw::hpmo::nchannels =20
 number of channels in HP MO data acquisition system More...
 
const int datrw::hpmo::nminutes =60
 number of minute blocks per file (1h) More...
 
const int datrw::hpmo::nsamples =12
 number of samples per minute block and channel More...
 
const double datrw::hpmo::sampling_interval =5.
 sampling interval in seconds More...
 

Detailed Description

structures and functions to hold hpmo data and to handle it (prototypes)


Author
Thomas Forbriger
Date
22/12/2004

structures and functions to hold hpmo data and to handle it (prototypes)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)

REVISIONS and CHANGES

  • 22/12/2004 V1.0 Thomas Forbriger

Definition in file hpmodata.h.