Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ImgCalibration
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
Calculation
ImgCalibration
Commits
6c1f6c73
Commit
6c1f6c73
authored
Oct 6, 2010
by
Vincent Hardion
Browse files
Options
Downloads
Patches
Plain Diff
Breakpad Migration
parent
6ef2ebe5
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
+2
-2
2 additions, 2 deletions
pom.xml
src/main.cpp
+15
-5
15 additions, 5 deletions
src/main.cpp
with
17 additions
and
7 deletions
pom.xml
+
2
−
2
View file @
6c1f6c73
...
...
@@ -9,7 +9,7 @@
<groupId>
fr.soleil.device
</groupId>
<artifactId>
ImgCalibration-${aol}-${mode}
</artifactId>
<version>
2.1.
4
</version>
<version>
2.1.
5
</version>
<packaging>
nar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
src/main.cpp
+
15
−
5
View file @
6c1f6c73
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Calculation/ImgCalibration/src/main.cpp,v 1.
1
20
07-01-09 15:41:36 stephle
Exp $"
;
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Calculation/ImgCalibration/src/main.cpp,v 1.
2
20
10-10-06 21:26:00 vince_soleil
Exp $"
;
//+=============================================================================
//
// file : main.cpp
...
...
@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Calculation/Im
//
// project : TANGO Device Server
//
// $Author:
stephle
$
// $Author:
vince_soleil
$
//
// $Revision: 1.
1
$ $
// $Revision: 1.
2
$ $
//
// $Log: not supported by cvs2svn $
//
...
...
@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Calculation/Im
#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
[])
{
INSTALL_CRASH_HANDLER
;
Tango
::
Util
*
tg
;
Tango
::
Util
*
tg
=
0
;
try
{
// 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