-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from itom-project/v4.3.0_ITOM_Version
V4.3.0 itom version
- Loading branch information
Showing
375 changed files
with
4,238 additions
and
3,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* ******************************************************************** | ||
itom software | ||
URL: http://www.uni-stuttgart.de/ito | ||
Copyright (C) 2018, Institut für Technische Optik (ITO), | ||
Universität Stuttgart, Germany | ||
|
||
This file is part of itom and its software development toolkit (SDK). | ||
|
||
itom is free software; you can redistribute it and/or modify it | ||
under the terms of the GNU Library General Public Licence as published by | ||
the Free Software Foundation; either version 2 of the Licence, or (at | ||
your option) any later version. | ||
|
||
In addition, as a special exception, the Institut für Technische | ||
Optik (ITO) gives you certain additional rights. | ||
These rights are described in the ITO LGPL Exception version 1.0, | ||
which can be found in the file LGPL_EXCEPTION.txt in this package. | ||
|
||
itom is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library | ||
General Public Licence for more details. | ||
|
||
You should have received a copy of the GNU Library General Public License | ||
along with itom. If not, see <http://www.gnu.org/licenses/>. | ||
*********************************************************************** */ | ||
|
||
#ifndef PLUGINVERSION_H | ||
#define PLUGINVERSION_H | ||
|
||
#include "itom_sdk.h" | ||
|
||
#define PLUGIN_VERSION CREATE_VERSION(3, 15, 3) | ||
#define PLUGIN_MIN_ITOM_VERSION CREATE_VERSION(1, 4, 0) | ||
#define PLUGIN_MAX_ITOM_VERSION CREATE_VERSION(${itom_plugins_VERSION_MAJOR},${itom_plugins_VERSION_MINOR},${itom_plugins_VERSION_PATCH}) | ||
#define PLUGIN_LICENCE "Licensed under LGPL." | ||
#define PLUGIN_COMPANY "Institut für Technische Optik, Universität Stuttgart" | ||
#define PLUGIN_AUTHOR "M. Gronle (ITO Uni Stuttgart)" | ||
#define PLUGIN_COPYRIGHT "(C) 2014, ITO, Universität Stuttgart" | ||
#define PLUGIN_NAME "AndorSDK3" | ||
|
||
#endif // PLUGINVERSION_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* ******************************************************************** | ||
itom software | ||
URL: http://www.uni-stuttgart.de/ito | ||
Copyright (C) 2018, Institut für Technische Optik (ITO), | ||
Universität Stuttgart, Germany | ||
|
||
This file is part of itom and its software development toolkit (SDK). | ||
|
||
itom is free software; you can redistribute it and/or modify it | ||
under the terms of the GNU Library General Public Licence as published by | ||
the Free Software Foundation; either version 2 of the Licence, or (at | ||
your option) any later version. | ||
|
||
In addition, as a special exception, the Institut für Technische | ||
Optik (ITO) gives you certain additional rights. | ||
These rights are described in the ITO LGPL Exception version 1.0, | ||
which can be found in the file LGPL_EXCEPTION.txt in this package. | ||
|
||
itom is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library | ||
General Public Licence for more details. | ||
|
||
You should have received a copy of the GNU Library General Public License | ||
along with itom. If not, see <http://www.gnu.org/licenses/>. | ||
*********************************************************************** */ | ||
|
||
#ifndef PLUGINVERSION_H | ||
#define PLUGINVERSION_H | ||
|
||
#include "itom_sdk.h" | ||
|
||
#define PLUGIN_VERSION CREATE_VERSION(1, 3, 1) | ||
#define PLUGIN_MIN_ITOM_VERSION CREATE_VERSION(2, 0, 0) | ||
#define PLUGIN_MAX_ITOM_VERSION CREATE_VERSION(${itom_plugins_VERSION_MAJOR},${itom_plugins_VERSION_MINOR},${itom_plugins_VERSION_PATCH}) | ||
#define PLUGIN_LICENCE "Licensed under LGPL." | ||
#define PLUGIN_COMPANY "Institut für Technische Optik, Universität Stuttgart" | ||
#define PLUGIN_AUTHOR "M. Gronle, R. Hahn, W. Lyda, ITO, Universität Stuttgart" | ||
#define PLUGIN_COPYRIGHT "(C) 2016, ITO, Universität Stuttgart" | ||
#define PLUGIN_NAME "AvantesAvaSpec" | ||
|
||
#endif // PLUGINVERSION_H |
Oops, something went wrong.