Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CryoCooler
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
Temperature
CryoCooler
Commits
a13db3c7
Commit
a13db3c7
authored
Feb 22, 2013
by
Jean Coquet
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/cryo_support/HWProxy.cpp
+2
-1
2 additions, 1 deletion
src/cryo_support/HWProxy.cpp
src/cryo_support/Parts.h
+2
-1
2 additions, 1 deletion
src/cryo_support/Parts.h
with
5 additions
and
3 deletions
pom.xml
+
1
−
1
View file @
a13db3c7
...
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
src/cryo_support/HWProxy.cpp
+
2
−
1
View file @
a13db3c7
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
src/cryo_support/Parts.h
+
2
−
1
View file @
a13db3c7
...
...
@@ -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>
...
...
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