libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
mzformatenumstr.h
Go to the documentation of this file.
1/**
2 * \file pappsomspp/msfile/mzformatenumstr.h
3 * \date 12/2/2021
4 * \author Olivier Langella <olivier.langella@universite-paris-saclay.fr>
5 * \brief convert mzformat enumerations to strings
6 *
7 */
8
9/*******************************************************************************
10 * Copyright (c) 2021 Olivier Langella
11 *<olivier.langella@universite-paris-saclay.fr>.
12 *
13 * This file is part of the PAPPSOms++ library.
14 *
15 * PAPPSOms++ is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation, either version 3 of the License, or
18 * (at your option) any later version.
19 *
20 * PAPPSOms++ is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
27 *
28 ******************************************************************************/
29
30#pragma once
32#include <QString>
33#include "../types.h"
34
35namespace pappso
36{
37
38/** @brief static functions to convert mz file formats
39 */
41{
42 public:
43 /** @brief convert mz format enumeration to human readable string
44 */
45 static const QString toString(MsDataFormat mz_format_enum);
46};
47
48} // namespace pappso
static functions to convert mz file formats
#define PMSPP_LIB_DECL
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39
MsDataFormat
Definition types.h:120
This header contains all the type re-definitions and all the global variables definitions used in the...