aboutsummaryrefslogtreecommitdiff
path: root/src/FlexIO.hh
blob: 233188a9557acd78d40ccb92ca38a0bf8511d3dd (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
/////////////////////////////////////////////////////////////////
//
// $Id$
//
// $Log$
// 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 */