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
40ca5b08
Commit
40ca5b08
authored
Jun 20, 2016
by
yannick legoc
Browse files
No remote matlab in case of Simulation
parent
3d2eb7d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/remotetas/RemoteMatlabPub.cpp
View file @
40ca5b08
...
...
@@ -71,6 +71,11 @@ RemoteMatlabPub::~RemoteMatlabPub() {
void
RemoteMatlabPub
::
postConfiguration
()
{
// Do not register the updaters in case of simulation.
if
(
Simulated
::
activated
)
{
return
;
}
RemoteMatlab
::
postConfiguration
();
registerUpdater
(
scanController
->
serializerEvent
,
&
RemoteMatlabPub
::
updateNumor
,
this
);
...
...
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