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
4274a5a5
Commit
4274a5a5
authored
Jan 06, 2020
by
yannick legoc
Browse files
Re-added runningScan in VEXPController
parent
92f6ad9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/vexp/VEXPController.cpp
View file @
4274a5a5
...
@@ -528,6 +528,8 @@ std::string VEXPController::getSpyData() {
...
@@ -528,6 +528,8 @@ std::string VEXPController::getSpyData() {
writer
.
Key
(
"fxScan"
);
writer
.
Int
(
fxScan
());
writer
.
Key
(
"fxScan"
);
writer
.
Int
(
fxScan
());
writer
.
Key
(
"ssScan"
);
writer
.
Int
(
ssScan
());
writer
.
Key
(
"ssScan"
);
writer
.
Int
(
ssScan
());
writer
.
Key
(
"runningScan"
);
writer
.
Bool
(
runningScan
());
writer
.
EndObject
();
writer
.
EndObject
();
return
s
.
GetString
();
return
s
.
GetString
();
...
...
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