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
4263d70d
Commit
4263d70d
authored
Nov 06, 2018
by
Achim Morschhauser
Browse files
Filter commands without \0
parent
af87427c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/driver_obs_obsdaq.cpp
View file @
4263d70d
...
...
@@ -959,14 +959,14 @@ int driver_obs_obsdaq::init() {
}
// Define the filter commands (Table 6 in Manual)
filter_cmds
[
0
]
=
"03
\0
"
;
filter_cmds
[
1
]
=
"13
\0
"
;
filter_cmds
[
0
]
=
"03"
;
filter_cmds
[
1
]
=
"13"
;
filter_cmds
[
2
]
=
"23"
;
filter_cmds
[
3
]
=
"33"
;
filter_cmds
[
4
]
=
"43
\0
"
;
filter_cmds
[
4
]
=
"43"
;
filter_cmds
[
5
]
=
"53"
;
filter_cmds
[
6
]
=
"63"
;
filter_cmds
[
7
]
=
"72
\0
"
;
filter_cmds
[
7
]
=
"72"
;
filter_cmds
[
8
]
=
"82"
;
filter_cmds
[
9
]
=
"92"
;
filter_cmds
[
10
]
=
"A1"
;
...
...
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