OpenMS
Loading...
Searching...
No Matches
UpdateCheck.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Timo Sachsenberg $
7// --------------------------------------------------------------------------
8
9
10#pragma once
11
12#include <OpenMS/config.h>
13
14#include <string>
15
16namespace OpenMS
17{
23 class OPENMS_DLLAPI UpdateCheck
24 {
25public:
26 static void run(const std::string& tool_name, const std::string& version, int debug_level);
27 };
28}
29
30
const char * tool_name
Definition TOPPAS.cpp:69
Helper Functions to perform an update query to the OpenMS REST server.
Definition UpdateCheck.h:24
static void run(const std::string &tool_name, const std::string &version, int debug_level)
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19