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
25dd6c19
Commit
25dd6c19
authored
Apr 20, 2016
by
Jerome Locatelli
Browse files
add disbale exclude to avoid disable needed controller
parent
a3dce039
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/controllers/lss/d22special/D22SpectroSampleSequencer.cpp
View file @
25dd6c19
...
...
@@ -313,5 +313,13 @@ void D22SpectroSampleSequencer::stop() {
}
/*
* setDisabled
*/
void
D22SpectroSampleSequencer
::
setDisabled
(
bool
all
)
{
addExcludeSetEnableController
(
m_sampleChanger
.
getRole
());
ExperimentController
::
setDisabled
(
all
);
}
}
src/controllers/lss/d22special/D22SpectroSampleSequencer.h
View file @
25dd6c19
...
...
@@ -44,6 +44,8 @@ public:
void
start
();
// virtual?
void
stop
();
virtual
void
setDisabled
(
bool
all
);
private:
void
refreshChangerSetpoint
(
int32
number
);
...
...
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