Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RetrigAO
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
InputOutput
ADLINK
RetrigAO
Commits
e3239d17
Commit
e3239d17
authored
15 years ago
by
Arafat Nourredine
Browse files
Options
Downloads
Patches
Plain Diff
deplace #include <tango.h> due to conflict between tang7/ACE
parent
2dbb73ff
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/ADLinkContinuousAO.h
+3
-2
3 additions, 2 deletions
src/ADLinkContinuousAO.h
src/RetrigAO.h
+7
-3
7 additions, 3 deletions
src/RetrigAO.h
src/main.cpp
+8
-4
8 additions, 4 deletions
src/main.cpp
with
19 additions
and
10 deletions
pom.xml
+
1
−
1
View file @
e3239d17
...
...
@@ -9,7 +9,7 @@
<groupId>
fr.soleil.device
</groupId>
<artifactId>
RetrigAO-${aol}-${mode}
</artifactId>
<version>
1.0.
5
</version>
<version>
1.0.
6
</version>
<packaging>
nar
</packaging>
<name>
RetrigAO
</name>
...
...
This diff is collapsed.
Click to expand it.
src/ADLinkContinuousAO.h
+
3
−
2
View file @
e3239d17
...
...
@@ -3,8 +3,9 @@
//============================================================
//DEPENDENCIES
//============================================================
#include
<asl/ContinuousAO.h>
#include
<Tango.h>
#include
<asl/ContinuousAO.h>
class
ADLinkContinuousAO
:
public
asl
::
ContinuousAO
,
public
Tango
::
LogAdapter
{
...
...
@@ -36,4 +37,4 @@ public:
private
:
ACE_Thread_Mutex
data_lock_
;
};
#endif // _ADLinkContinuousAO_H
\ No newline at end of file
#endif // _ADLinkContinuousAO_H
This diff is collapsed.
Click to expand it.
src/RetrigAO.h
+
7
−
3
View file @
e3239d17
...
...
@@ -8,9 +8,13 @@
//
// $Author: anoureddine $
//
// $Revision: 1.
9
$
// $Revision: 1.
10
$
//
// $Log: not supported by cvs2svn $
// Revision 1.9 2009/09/29 07:56:13 anoureddine
// - Add BufferDepth property and use it to memorize bufferDepth attribute in order to keep compatibility wilth previous version
// - call init_board() in stop() command
//
// Revision 1.8 2009/09/16 08:10:54 anoureddine
// - Transform bufferDepth property into attribute.
// - Generate code with pogo 5.2.10
...
...
@@ -52,15 +56,15 @@
#ifndef _RETRIGAO_H
#define _RETRIGAO_H
#include
<ADLinkContinuousAO.h>
#include
<tango.h>
#include
<ADLinkContinuousAO.h>
//using namespace Tango;
//class ADLinkContinuousAO;
/**
* @author $Author: anoureddine $
* @version $Revision: 1.
9
$ $
* @version $Revision: 1.
10
$ $
*/
// Add your own constants definitions here.
...
...
This diff is collapsed.
Click to expand it.
src/main.cpp
+
8
−
4
View file @
e3239d17
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/main.cpp,v 1.
1.1.1 2004-12-06 10:23:37 syldup
Exp $"
;
static
const
char
*
RcsId
=
"$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/main.cpp,v 1.
2 2010-03-11 11:10:25 anoureddine
Exp $"
;
//+=============================================================================
//
// file : main.cpp
...
...
@@ -10,11 +10,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
//
// project : TANGO Device Server
//
// $Author:
syldup
$
// $Author:
anoureddine
$
//
// $Revision: 1.
1.1.1
$ $
// $Revision: 1.
2
$ $
//
// $Log: not supported by cvs2svn $
// Revision 1.1.1.1 2004/12/06 10:23:37 syldup
// initial import
//
//
// copyleft : Synchrotron SOLEIL
// L'Orme des Merisiers
...
...
@@ -27,8 +30,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
//
// (c) - Software Engineering Group - ESRF
//=============================================================================
#include
<ace\ACE.h>
#include
<tango.h>
#include
<ace\ACE.h>
int
main
(
int
argc
,
char
*
argv
[])
...
...
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