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

changed from <HWProxy.h> to "HWProxy.h" (new library PLCServerProxy has HWProxy.h class)

parent 2e578cd0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>CryoCooler-${aol}-${mode}</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<packaging>nar</packaging>
<name>CryoCooler</name>
<!-- use for the name of executable -->
......
......@@ -4,7 +4,8 @@
//- threaded reading of the PLC Data Block
//- Writes on the PLC
#include <HWProxy.h>
//- Local HWProxy (not the 1 in PLCServerProxyHelper!)
#include "HWProxy.h"
#include <DBOffsets.h>
namespace CryoCooler_ns
{
......
......@@ -7,7 +7,8 @@
#ifndef __PARTS_H__
#define __PARTS_H__
#include <HWProxy.h>
//- local HWProxy (not the PLCServerProxy/HWProxy.h!)
#include "HWProxy.h"
#include <tango.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment