DATRW++ library: seismic data I/O with multiple formats
|
a copy of libtfxx ioswap.cc (implementation) More...
Go to the source code of this file.
Namespaces | |
datrw | |
Root namespace of library. | |
datrw::util | |
Some components used by several I/O format modules. | |
Macros | |
#define | DATRW_BYTESEX_CC_VERSION "DATRW_BYTESEX_CC V1.1" |
Functions | |
Ecpu_type | datrw::util::cpu () |
check for my CPU model More... | |
Emagic_type | datrw::util::file_magic_test (std::istream &is, const char *const cmagic, const bool &fortranmode) |
check magic number in file More... | |
void | datrw::util::file_magic_write (std::ostream &os, const char *const cmagic, const bool &fortranmode) |
write magic number to file More... | |
int | datrw::util::magic (const char *const cmagic) |
function to create the magic number More... | |
a copy of libtfxx ioswap.cc (implementation)
a copy of libtfxx ioswap.cc (implementation) just to make libdatrw more independent
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
Copyright (c) 2007 by Thomas Forbriger (BFO Schiltach)
REVISIONS and CHANGES
Definition in file bytesex.cc.