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
14namespace OpenMS
15{
16 class String;
22 class OPENMS_DLLAPI UpdateCheck
23 {
24public:
25 static void run(const String& tool_name, const String& version, int debug_level);
26 };
27}
28
29
const char * tool_name
Definition FLASHDeconvWizard.cpp:53
A more convenient string class.
Definition String.h:34
Helper Functions to perform an update query to the OpenMS REST server.
Definition UpdateCheck.h:23
static void run(const String &tool_name, const String &version, int debug_level)
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19