GSE++ library: reading and writing GSE waveforms
gsexx_TDAT2.h File Reference

helper function prototypes for TDAT2 (prototypes) More...

#include <gsexx.h>
#include <string>
#include <iostream>
Include dependency graph for gsexx_TDAT2.h:
This graph shows which files directly or indirectly include this file:

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::CM6
 Funtions for reading and writing CM6 encoded data.
 

Macros

#define TF_GSEXX_TDAT2_H_VERSION   "TF_GSEXX_TDAT2_H V1.0 "
 
#define TF_GSEXX_TDAT2_H_CVSID   "$Id$"
 

Functions

std::string GSE2::waveform::CM6::encode (const intT &invalue)
 CM6 subformat encoding function. More...
 
intT GSE2::waveform::CM6::decode (std::istream &is)
 CM6 subformat decoding function. More...
 

Detailed Description

helper function prototypes for TDAT2 (prototypes)


$Id$

Author
Thomas Forbriger
Date
29/03/2002

helper function prototypes for TDAT2 (prototypes)

Note
This file is not used by the public. It is only for internal use to make the subformat reading and writing functions available to the TDAT2 classes.
See also
GSE2::waveform::TDAT2read
GSE2::waveform::TDAT2write

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

Definition in file gsexx_TDAT2.h.