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
583dc543
Commit
583dc543
authored
Jan 16, 2020
by
yannick legoc
Browse files
Added nameScan in VEXP
parent
9af11f9c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/controllers/vexp/VEXPController.cpp
View file @
583dc543
...
@@ -529,6 +529,7 @@ std::string VEXPController::getSpyData() {
...
@@ -529,6 +529,7 @@ std::string VEXPController::getSpyData() {
writer
.
Key
(
"ssScan"
);
writer
.
Int
(
ssScan
());
writer
.
Key
(
"ssScan"
);
writer
.
Int
(
ssScan
());
writer
.
Key
(
"runningScan"
);
writer
.
Bool
(
runningScan
());
writer
.
Key
(
"runningScan"
);
writer
.
Bool
(
runningScan
());
writer
.
Key
(
"nameScan"
);
writer
.
Int
(
scanController
->
startedNumor
());
writer
.
EndObject
();
writer
.
EndObject
();
...
...
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