GSE++ library: reading and writing GSE waveforms
gsexx_TCHK2.cc File Reference

definition of TCHK2 functions (implementation) More...

#include <cmath>
#include <gsexx.h>
#include <sstream>
#include <cstdio>
Include dependency graph for gsexx_TCHK2.cc:

Go to the source code of this file.

Namespaces

 GSE2
 All stuff defined by the GSE2 standard.
 
 GSE2::waveform
 All waveform related stuff.
 
 GSE2::waveform::helper
 helper function local to this source code
 

Macros

#define TF_GSEXX_TCHK2_CC_VERSION   "TF_GSEXX_TCHK2_CC V1.2"
 
#define TF_GSEXX_TCHK2_CC_CVSID   "$Id$"
 

Functions

intT GSE2::waveform::helper::abs (const intT &val)
 abs for intT More...
 

Detailed Description

definition of TCHK2 functions (implementation)


$Id$

Author
Thomas Forbriger
Date
29/03/2002

definition of TCHK2 functions (implementation)

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)

libgsexx 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

REVISIONS and CHANGES

  • 29/03/2002 V1.0 Thomas Forbriger
  • 01/07/2005 V1.1 The read function still had the usual problems with newlines
  • 11/11/2009 V1.2 abs is not overloaded for int in header cmath

Definition in file gsexx_TCHK2.cc.