Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FemtoCurrentAmplifier
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
FemtoCurrentAmplifier
Commits
ec9a9737
Commit
ec9a9737
authored
Oct 6, 2010
by
Vincent Hardion
Browse files
Options
Downloads
Patches
Plain Diff
Breakpad Migration
parent
ba35733b
Branches
Branches containing commit
Tags
Tags containing commit
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 @
ec9a9737
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</parent>
</parent>
<groupId>
fr.soleil.device
</groupId>
<groupId>
fr.soleil.device
</groupId>
<artifactId>
FemtoCurrentAmplifier-${aol}-${mode}
</artifactId>
<artifactId>
FemtoCurrentAmplifier-${aol}-${mode}
</artifactId>
<version>
1.3.
4
</version>
<version>
1.3.
5
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
<name>
FemtoCurrentAmplifier
</name>
<name>
FemtoCurrentAmplifier
</name>
<!-- use for the name of executable -->
<!-- use for the name of executable -->
...
...
This diff is collapsed.
Click to expand it.
src/main.cpp
+
15
−
5
View file @
ec9a9737
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/main.cpp,v 1.
1
20
06-05-17 16:15:26 stephle
Exp $"
;
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/main.cpp,v 1.
2
20
10-10-06 21:21:54 vince_soleil
Exp $"
;
//+=============================================================================
//+=============================================================================
//
//
// file : main.cpp
// file : main.cpp
...
@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
...
@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
//
// project : TANGO Device Server
// project : TANGO Device Server
//
//
// $Author:
stephle
$
// $Author:
vince_soleil
$
//
//
// $Revision: 1.
1
$ $
// $Revision: 1.
2
$ $
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
//
//
...
@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
...
@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
#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