Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
0eb96c72
Commit
0eb96c72
authored
Jan 06, 2017
by
yannick legoc
Browse files
Set Polarizations sub-family to Dielectrics controllers
parent
8805d652
Changes
2
Show whitespace changes
Inline
Side-by-side
src/controllers/remotedielectrics/DielectricsRemoteMatlabReq.cpp
View file @
0eb96c72
...
...
@@ -47,7 +47,7 @@ const std::string RemoteMatlabReq::RUN_SINGLE_FREQUENCY = "Run Single Frequency"
RemoteMatlabReq
::
RemoteMatlabReq
(
const
std
::
string
&
name
)
:
ExperimentController
(
name
),
controller
::
Start
(
this
),
controller
::
Raz
(
this
),
Test
(
this
)
{
setFamily
(
family
::
ACQUISITION
);
setFamily
(
family
::
ACQUISITION
,
family
::
POLARIZATIONS
);
serverEndpoint
.
init
(
this
,
SAVE
,
"cameo_server"
);
initialized
.
init
(
this
,
NOSAVE
,
"initialized"
);
...
...
src/controllers/remotedielectrics/Spectrums.cpp
View file @
0eb96c72
...
...
@@ -29,7 +29,7 @@ const std::string Spectrums::TYPE = "dielectrics_spectrums";
Spectrums
::
Spectrums
(
const
std
::
string
&
name
)
:
ExperimentController
(
name
)
{
setFamily
(
family
::
ACQUISITION
);
setFamily
(
family
::
ACQUISITION
,
family
::
POLARIZATIONS
);
matlabController
.
init
(
this
,
"matlab"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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