libpniio
nximp_code.hpp
Go to the documentation of this file.
1 //
2 // Declaration of Nexus implementation codes.
3 //
4 // (c) Copyright 2011 DESY, Eugen Wintersberger <eugen.wintersberger@desy.de>
5 //
6 // This file is part of libpniio.
7 //
8 // libpniio is free software: you can redistribute it and/or modify
9 // it under the terms of the GNU General Public License as published by
10 // the Free Software Foundation, either version 2 of the License, or
11 // (at your option) any later version.
12 //
13 // libpniio is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License
19 // along with libpniio. If not, see <http://www.gnu.org/licenses/>.
20 // ===========================================================================
21 //
22 // Created on: Jul 3, 2011
23 // Author: Eugen Wintersberger <eugen.wintersberger@desy.de>
24 //
25 #pragma once
26 
27 namespace pni{
28 namespace io{
29 namespace nx{
30 
40  enum class nximp_code {HDF5
41 
42  };
43 
44 //end of namespace
45 }
46 }
47 }
Definition: cbf_reader.hpp:41
nximp_code
implementation codes
Definition: nximp_code.hpp:40
HDF5 implementation code.