Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XPSGroup
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
Motion
XPSGroup
Commits
87b49759
Commit
87b49759
authored
May 19, 2011
by
Jean Coquet
Browse files
Options
Downloads
Patches
Plain Diff
updated include paths
release
parent
88cb03cf
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
pom.xml
+3
-3
3 additions, 3 deletions
pom.xml
src/task/StringTokenizer.cpp
+1
-2
1 addition, 2 deletions
src/task/StringTokenizer.cpp
src/task/Util.cpp
+1
-1
1 addition, 1 deletion
src/task/Util.cpp
src/task/Util.h
+3
-3
3 additions, 3 deletions
src/task/Util.h
with
8 additions
and
9 deletions
pom.xml
+
3
−
3
View file @
87b49759
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<groupId>
fr.soleil.device
</groupId>
<groupId>
fr.soleil.device
</groupId>
<artifactId>
XPSGroup-${aol}-${mode}
</artifactId>
<artifactId>
XPSGroup-${aol}-${mode}
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
...
@@ -27,11 +27,11 @@ This field 'name' will define the name of the application.
...
@@ -27,11 +27,11 @@ This field 'name' will define the name of the application.
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-${aol}-${library}-${mode}
</artifactId>
<artifactId>
YAT
4Tango
-${aol}-${library}-${mode}
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT
4Tango
-${aol}-${library}-${mode}
</artifactId>
<artifactId>
YAT-${aol}-${library}-${mode}
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
src/task/StringTokenizer.cpp
+
1
−
2
View file @
87b49759
...
@@ -2,12 +2,11 @@
...
@@ -2,12 +2,11 @@
//
//
// Projet : BT500 server
// Projet : BT500 server
// StringTokenizer.cpp: implementation of the string tokenizer class.
// StringTokenizer.cpp: implementation of the string tokenizer class.
// cette classe offre 1 service de r
é
duction d'1 chaine avec s
é
parateurs en tokens
// cette classe offre 1 service de r
�du
ction d'1 chaine avec s�p
ara
teurs en tokens
//
//
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
#include
"StringTokenizer.h"
#include
"StringTokenizer.h"
#include
<yat/XString.h>
//- Ctor with initialisation---------------------------------------------
//- Ctor with initialisation---------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
src/task/Util.cpp
+
1
−
1
View file @
87b49759
#include
"./Util.h"
#include
"./Util.h"
void
post_msg
(
yat
::
Task
&
t
,
size_t
msg_id
,
size_t
timeout_ms
,
bool
wait
)
void
post_msg
(
yat
4tango
::
Device
Task
&
t
,
size_t
msg_id
,
size_t
timeout_ms
,
bool
wait
)
{
{
yat
::
Message
*
msg
=
0
;
yat
::
Message
*
msg
=
0
;
try
try
...
...
This diff is collapsed.
Click to expand it.
src/task/Util.h
+
3
−
3
View file @
87b49759
...
@@ -5,13 +5,13 @@
...
@@ -5,13 +5,13 @@
//- with data use example : post_msg(*this, MY_USER_MSG_WITH_DATA, COMMAND_TIMEOUT_MS, true, c );
//- with data use example : post_msg(*this, MY_USER_MSG_WITH_DATA, COMMAND_TIMEOUT_MS, true, c );
#include
<yat
/threading/
Task.h>
#include
<yat
4tango/Device
Task.h>
#include
<yat4tango/CommonHeader.h>
#include
<yat4tango/CommonHeader.h>
void
post_msg
(
yat
::
Task
&
t
,
size_t
msg_id
,
size_t
timeout_ms
,
bool
wait
);
void
post_msg
(
yat
4tango
::
Device
Task
&
t
,
size_t
msg_id
,
size_t
timeout_ms
,
bool
wait
);
template
<
typename
T
>
template
<
typename
T
>
void
post_msg
(
yat
::
Task
&
t
,
size_t
msg_id
,
size_t
timeout_ms
,
bool
wait
,
void
post_msg
(
yat
4tango
::
Device
Task
&
t
,
size_t
msg_id
,
size_t
timeout_ms
,
bool
wait
,
T
const
&
data
)
T
const
&
data
)
{
{
yat
::
Message
*
msg
=
NULL
;
yat
::
Message
*
msg
=
NULL
;
...
...
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