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

test cases for GSE++ module (implementation) More...

#include <fstream>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <gsexx.h>
Include dependency graph for gsexx_tests.cc:

Go to the source code of this file.

Namespaces

 GSE2
 All stuff defined by the GSE2 standard.
 
 GSE2::tests
 Functions testing the GSE2 module.
 

Macros

#define TF_GSEXX_TESTS_CC_VERSION   "TF_GSEXX_TESTS_CC V1.0 "
 
#define TF_GSEXX_TESTS_CC_CVSID   "$Id$"
 
#define TESTCODE(ARG)   cout << #ARG << endl; ARG
 Macro that provides a tool for verbose coding. More...
 

Functions

void GSE2::tests::test_diff ()
 Test the template metaprograms that apply and remove differences. More...
 
void GSE2::tests::test_chk2 ()
 Test the TCHK2 class. More...
 
void GSE2::tests::test_dat2cm6 ()
 
int main ()
 Main program calling all test functions. More...
 

Detailed Description

test cases for GSE++ module (implementation)


$Id$

Author
Thomas Forbriger
Date
25/03/2002

test cases for GSE++ module (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

  • 25/03/2002 V1.0 Thomas Forbriger

Definition in file gsexx_tests.cc.