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
264a6c6c
Commit
264a6c6c
authored
Feb 14, 2020
by
yannick legoc
Browse files
Added starting time in data passed to VEXP
parent
84242f07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/vexp/VEXPController.cpp
View file @
264a6c6c
...
...
@@ -551,6 +551,7 @@ std::string VEXPController::getSpyData() {
writer
.
Key
(
"dTypeScan"
);
writer
.
String
(
scanController
->
deltaType
.
get
(
0
).
c_str
());
writer
.
Key
(
"runningScan"
);
writer
.
Bool
(
runningScan
());
writer
.
Key
(
"nameScan"
);
writer
.
Int
(
scanController
->
numor
());
writer
.
Key
(
"startingTime"
);
writer
.
String
(
scanController
->
startingTime
().
c_str
());
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