Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Morschhauser
GeomagLogger
Commits
8ab2bfc9
Commit
8ab2bfc9
authored
Nov 06, 2018
by
Achim Morschhauser
Browse files
Freq to parameters file
parent
437f374b
Changes
2
Hide whitespace changes
Inline
Side-by-side
usr/OBSDAQ_Logger.cpp
View file @
8ab2bfc9
...
...
@@ -57,7 +57,7 @@ int main() {
// Take continuous measurements
fprintf
(
stderr
,
"Run
\n
"
);
obsdaq
.
freerun
(
3
);
obsdaq
.
freerun
(
par
.
get_dbl
(
"Freq"
)
);
...
...
usr/parameters.par
View file @
8ab2bfc9
...
...
@@ -8,3 +8,5 @@ R=1.0
X_s=1.0
Y_s=1.0
Z_s=1.0
# Recording frequency
Freq=100
Write
Preview
Supports
Markdown
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