Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
f6c462e6
Commit
f6c462e6
authored
Jan 15, 2016
by
Cristina Cocho
Browse files
Added alias in special module of D22
parent
4bd8dc40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/lss/d22special/D22SpectroSampleSequencer.cpp
View file @
f6c462e6
...
...
@@ -44,10 +44,10 @@ D22SpectroSampleSequencer::D22SpectroSampleSequencer(const std::string & name) :
maxPos
.
init
(
this
,
SAVE
,
"max_pos"
);
maxSlot
.
init
(
this
,
SAVE
,
"max_slot"
);
numSlot
.
init
(
this
,
SAVE
,
"actual_numSlot"
,
"wanted_numSlot"
);
numSlot
.
init
(
this
,
SAVE
,
"actual_numSlot"
,
"wanted_numSlot"
,
"Num Slot"
);
changerNum
.
init
(
this
,
SAVE
,
"changer_num"
);
changer
.
init
(
this
,
NOSAVE
,
"actual_changer"
,
"wanted_changer"
);
changer
.
init
(
this
,
NOSAVE
,
"actual_changer"
,
"wanted_changer"
,
"Changer"
);
changerValues
.
init
(
this
,
NOSAVE
,
"changer_values"
);
changerLabels
.
init
(
this
,
NOSAVE
,
"changer_labels"
);
...
...
@@ -69,6 +69,7 @@ D22SpectroSampleSequencer::D22SpectroSampleSequencer(const std::string & name) :
//default initialization
m_ChangerStarted
=
false
;
m_CountStarted
=
false
;
maxPos
=
MAX_POSITIONS
;
...
...
@@ -130,6 +131,10 @@ D22SpectroSampleSequencer::D22SpectroSampleSequencer(const D22SpectroSampleSeque
totalTime
.
copy
(
this
,
controller
.
totalTime
);
//default initialization
m_ChangerStarted
=
false
;
m_CountStarted
=
false
;
countWithSpectro
.
copy
(
controller
.
countWithSpectro
);
m_sampleChanger
=
controller
.
m_sampleChanger
;
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment