Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Spectrometer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
MeasureInstruments
Spectrometer
Commits
570c8006
Commit
570c8006
authored
Jun 25, 2014
by
Sonia Minolli
Browse files
Options
Downloads
Patches
Plain Diff
Created tag release_1_0_5.
parent
21cc2f18
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main.cpp
+19
-7
19 additions, 7 deletions
src/main.cpp
with
20 additions
and
8 deletions
pom.xml
+
1
−
1
View file @
570c8006
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<groupId>
fr.soleil.device
</groupId>
<groupId>
fr.soleil.device
</groupId>
<artifactId>
Spectrometer-${aol}-${mode}
</artifactId>
<artifactId>
Spectrometer-${aol}-${mode}
</artifactId>
<version>
1.0.5
-SNAPSHOT
</version>
<version>
1.0.5
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
src/main.cpp
+
19
−
7
View file @
570c8006
...
@@ -10,17 +10,20 @@ static const char *RcsId = "$Id $";
...
@@ -10,17 +10,20 @@ static const char *RcsId = "$Id $";
//
//
// project : TANGO Device Server
// project : TANGO Device Server
//
//
// $Author:
olivierroux
$
// $Author:
pascal_verdier
$
//
//
// $Revision: 1
.1
$ $
// $Revision: 1
3293
$ $
// $Date: 20
13
-0
2
-07 1
0:44:54
$
// $Date: 20
09
-0
4
-07 1
2:53:56 +0200 (Tue, 07 Apr 2009)
$
//
//
// SVN only:
// SVN only:
// $HeadURL: $
// $HeadURL: $
//
//
// CVS only:
// CVS only:
// $Source: /users/chaize/newsvn/cvsroot/Instrumentation/Spectrometer/src/main.cpp,v $
// $Source$
// $Log: not supported by cvs2svn $
// $Log$
// Revision 3.2 2004/09/06 09:27:05 pascal_verdier
// Modified for Tango 5 compatibility.
//
//
//
// copyleft : European Synchrotron Radiation Facility
// copyleft : European Synchrotron Radiation Facility
// BP 220, Grenoble 38043
// BP 220, Grenoble 38043
...
@@ -36,11 +39,20 @@ static const char *RcsId = "$Id $";
...
@@ -36,11 +39,20 @@ static const char *RcsId = "$Id $";
#include
<tango.h>
#include
<tango.h>
#if defined(ENABLE_CRASH_REPORT)
# include <crashreporting/crash_report.h>
#else
# define DECLARE_CRASH_HANDLER
# define INSTALL_CRASH_HANDLER
#endif
DECLARE_CRASH_HANDLER
;
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
INSTALL_CRASH_HANDLER
;
Tango
::
Util
*
tg
;
Tango
::
Util
*
tg
=
0
;
try
try
{
{
// Initialise the device server
// Initialise the device server
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment