SFF++ library: reading and writing SFF from C++
|
SFF library (implementation) More...
#include <sstream>
#include <sffxx.h>
#include <gsexx.h>
#include <cstdio>
#include <cmath>
#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
sff | |
all SFF modules | |
sff::helper | |
Macros | |
#define | TF_SFFXX_CC_VERSION "TF_SFFXX_CC V1.19" |
Functions | |
template<class C > | |
bool | sff::helper::IDmatch (const std::string &line, const bool &debug=false) |
Check GSE identifier at beginning of line. More... | |
char | sff::coosysID (const Ecoosys &csid) |
Ecoosys | sff::coosysID (const char &csid) |
SFF library (implementation)
SFF library (implementation)
libsffxx 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) 2003 by Thomas Forbriger (BFO Schiltach)
REVISIONS and CHANGES
19/07/2010 V1.14 - Daniel Armbruster: cast of values to int in void STAT::setstamp(const libtime::TAbsoluteTime& date) const
18/11/2010 V1.15 - increased format version to 2.00 The C++ format with DAST being -1 is a significant change, which was not reflected by the version number. Version 1.10 exists in parallel at Bochum and just indicates an increased character buffer size in the Fortran version.
Definition in file sffxx.cc.