Skip to content
Snippets Groups Projects
Commit a65ee878 authored by Jean Coquet's avatar Jean Coquet
Browse files

updated include paths

release
parent 4ba0d035
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>Lakeshore_336-${aol}-${mode}</artifactId> <artifactId>Lakeshore_336-${aol}-${mode}</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<packaging>nar</packaging> <packaging>nar</packaging>
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId> <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
......
static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 olivierroux Exp $"; static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.2 2011-05-19 15:07:27 jean_coquet Exp $";
//+============================================================================= //+=============================================================================
// //
// file : Lakeshore_336.cpp // file : Lakeshore_336.cpp
...@@ -11,12 +11,12 @@ static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 oli ...@@ -11,12 +11,12 @@ static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 oli
// //
// project : TANGO Device Server // project : TANGO Device Server
// //
// $Author: olivierroux $ // $Author: jean_coquet $
// //
// $Revision: 1.1 $ // $Revision: 1.2 $
// //
// $Revision: 1.1 $ // $Revision: 1.2 $
// $Date: 2010-11-05 10:36:03 $ // $Date: 2011-05-19 15:07:27 $
// //
// SVN only: // SVN only:
// $HeadURL: $ // $HeadURL: $
...@@ -24,6 +24,9 @@ static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 oli ...@@ -24,6 +24,9 @@ static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 oli
// CVS only: // CVS only:
// $Source: /users/chaize/newsvn/cvsroot/Instrumentation/Lakeshore_336/src/Lakeshore_336.cpp,v $ // $Source: /users/chaize/newsvn/cvsroot/Instrumentation/Lakeshore_336/src/Lakeshore_336.cpp,v $
// $Log: not supported by cvs2svn $ // $Log: not supported by cvs2svn $
// Revision 1.1 2010/11/05 10:36:03 olivierroux
// - initial import
//
// //
// copyleft : Synchrotron SOLEIL // copyleft : Synchrotron SOLEIL
// L'Orme des merisiers - Saint Aubin // L'Orme des merisiers - Saint Aubin
...@@ -63,7 +66,7 @@ static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 oli ...@@ -63,7 +66,7 @@ static const char *RcsId = "$Id: Lakeshore_336.cpp,v 1.1 2010-11-05 10:36:03 oli
#include <tango.h> #include <tango.h>
#include <Lakeshore_336.h> #include <Lakeshore_336.h>
#include <Lakeshore_336Class.h> #include <Lakeshore_336Class.h>
#include <PogoHelper.h> #include <helpers/PogoHelper.h>
#include <math.h> #include <math.h>
// ============================================================================ // ============================================================================
......
...@@ -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�duction d'1 chaine avec s�parateurs en tokens
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
#include "StringTokenizer.h" #include "StringTokenizer.h"
#include <yat/utils/XString.h>
//- Ctor with initialisation--------------------------------------------- //- Ctor with initialisation---------------------------------------------
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// Projet : MotorisedInsertion server // Projet : MotorisedInsertion server
// StringTokenizer.h: implementation of the string tokenizer class. // StringTokenizer.h: 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�duction d'1 chaine avec s�parateurs en tokens
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <tango.h> #include <tango.h>
#include <yat/XString.h> #include <yat/utils/XString.h>
#include <yat4tango/ExceptionHelper.h> #include <yat4tango/ExceptionHelper.h>
......
...@@ -4,7 +4,7 @@ namespace lakeshore_336_ns ...@@ -4,7 +4,7 @@ namespace lakeshore_336_ns
{ {
void post_msg( yat::Task& t, size_t msg_id, size_t timeout_ms, bool wait ) void post_msg( yat4tango::DeviceTask & t, size_t msg_id, size_t timeout_ms, bool wait )
{ {
yat::Message* msg = 0; yat::Message* msg = 0;
try try
......
...@@ -5,16 +5,16 @@ ...@@ -5,16 +5,16 @@
//- 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 <yat4tango/DeviceTask.h>
#include <yat4tango/CommonHeader.h> #include <yat4tango/CommonHeader.h>
namespace lakeshore_336_ns namespace lakeshore_336_ns
{ {
void post_msg( yat::Task &t, size_t msg_id, size_t timeout_ms, bool wait ); void post_msg( yat4tango::DeviceTask &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(yat4tango::DeviceTask &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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment