aboutsummaryrefslogtreecommitdiff
path: root/src/FlexIO.hh
blob: aee5237c3cc9b0b7208dd1ca0421b572aaf64f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/////////////////////////////////////////////////////////////////
//
// $Id$
//
// $Log$
// Revision 1.1.1.1  2000/09/13 13:49:12  tradke
// Importing latest stuff from development repository
//
// Revision 1.1  2000/04/28 08:51:16  werner
// Wrapper function for runtime detection of IEEEIO,HDF5,HDF4 format.
// Takes a filename and returns an IObase* object.
// For compilation, the flags -DWITH_HDF5  and -DWITH_HDF4 have to be set
// to enable HDF{4|5} functionality, otherwise just IEEEIO is available.
// These flags have to be set in the makefile, depending on wether the HDF{4|5}
// libraries are available at compilation time.
//
// Created 2000/04/28 10:28:21  werner
// Initial version
//
//
/////////////////////////////////////////////////////////////////
#ifndef __FLEXIO_HPP
#define __FLEXIO_HPP "Created 28.04.2000 10:28:21 by werner"

#include "IO.hh"

IObase*	FlexIOopen(const char*filename, IObase::AccessMode = IObase::Read);


#endif /* __FLEXIO_HPP */