Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
Decoding Binary Logs
Changes
Page history
New page
Templates
Clone repository
Update Decoding Binary Logs
authored
3 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Decoding-Binary-Logs.md
+2
-2
2 additions, 2 deletions
Decoding-Binary-Logs.md
with
2 additions
and
2 deletions
Decoding-Binary-Logs.md
View page @
d45224fe
...
@@ -86,5 +86,5 @@ or
...
@@ -86,5 +86,5 @@ or
`
> logdecoder -a
`
`
> logdecoder -a
`
to decode all the logs in the directory (it will decode only logs with file name in the form `
logXX.dat
`, with `
XX
` from 0 to 99)
to decode all the logs in the directory (it will decode only logs with file name in the form `
logXX.dat
`, with `
XX
` from 0 to 99)
If the deconding process finishes with no errors, one `
.csv
`
file for each data type logged will be created.
If the decoding process finishes with no errors, one `
.csv
`
file for each data type logged will be created.
If there are problems, the log may be corruped or, most probably, you forgot to register some data types in step #2.
If there are problems, the log may be corrupted or, most probably, you forgot to register some data types in step #2.
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.