Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
E2Sextupole
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dt
ds
E2Sextupole
Commits
1d9f02b6
Commit
1d9f02b6
authored
1 week ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
small progress - still incomplete
parent
4003eaef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/E2Sextupole.cpp
+3
-8
3 additions, 8 deletions
src/E2Sextupole.cpp
with
3 additions
and
8 deletions
src/E2Sextupole.cpp
+
3
−
8
View file @
1d9f02b6
...
...
@@ -162,8 +162,7 @@ void E2Sextupole::delete_device()
delete
cev_current_cb
;
if
(
cev_current_dev
)
delete
cev_current_dev
;
if
(
cev
)
delete
cev
;
// ceh/v current and ceh/v model and skew quad model
if
(
ceh_state_event_id
)
...
...
@@ -176,10 +175,6 @@ void E2Sextupole::delete_device()
delete
ceh_current_cb
;
if
(
ceh_current_dev
)
delete
ceh_current_dev
;
if
(
ceh
)
delete
ceh
;
if
(
skewquadrupole
)
delete
skewquadrupole
;
if
(
bba_switch_dev
)
delete
bba_switch_dev
;
...
...
@@ -300,7 +295,7 @@ void E2Sextupole::init_device()
set_status
(
"wrong EmebddedConfiguration property"
);
ERROR_STREAM
<<
"wrong EmbeddedConfiguration property: "
<<
embeddedConfiguration
<<
" [ pure_sext | ceh_cev | bba_ready | se
c
t_with_skew ]"
;
<<
" [ pure_sext | ceh_cev | bba_ready | se
x
t_with_skew ]"
;
return
;
//init failed!
}
...
...
@@ -421,7 +416,7 @@ void E2Sextupole::init_device()
}
if
(
!
pure_sext
){
//pure sextupole are not connected to psceh and pscev!
try
{
ceh_current_dev
=
new
Tango
::
DeviceProxy
(
psCehDeviceName
);
ceh_current_dev
=
new
Tango
::
DeviceProxy
(
psCehDeviceName
);
//also used for skewquadrupole, permanently or when bba switch active
}
catch
(
Tango
::
DevFailed
&
ex
){
ERROR_STREAM
<<
"failed to create Tango device proxy for CEH device: "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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