Skip to content
GitLab
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
87aac608
Commit
87aac608
authored
Mar 30, 2021
by
Thomas Edwards
Browse files
Modified for TRE changes
parent
768a6b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
usr/src/OBSDAQ_Logger.cpp
View file @
87aac608
...
...
@@ -88,7 +88,7 @@ int main(int argc, char* argv[]) {
if
(
(
par
.
get_str
(
"FILE_RAW"
)
!=
""
)
&&
(
par
.
get_str
(
"DIR_RAW"
)
!=
""
)
)
{
std
::
cerr
<<
"FILE_RAW BUFFER ADDED"
<<
std
::
endl
;
mult
.
add
(
new
buffer_obs_file_
binary
(
par
.
get_str
(
"DIR_RAW"
),
mult
.
add
(
new
buffer_obs_file_
ascii
(
par
.
get_str
(
"FILE_RAW_FORMAT"
),
par
.
get_str
(
"DIR_RAW"
),
par
.
get_str
(
"FILE_RAW"
)));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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