Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
MAVlink Skyward library
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
MAVLink
MAVlink Skyward library
Commits
f72c6c1c
Commit
f72c6c1c
authored
3 years ago
by
Alberto Nidasio
Browse files
Options
Downloads
Patches
Plain Diff
[Pyxis] Renamed loagger tm parameters and changed some comments
parent
e718d106
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
message_definitions/pyxis.xml
+8
-8
8 additions, 8 deletions
message_definitions/pyxis.xml
with
8 additions
and
8 deletions
message_definitions/pyxis.xml
+
8
−
8
View file @
f72c6c1c
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
<description>
Canbus stats
</description>
<description>
Canbus stats
</description>
</entry>
</entry>
<entry
name=
"MAV_FLIGHT_ID"
value=
"11"
>
<entry
name=
"MAV_FLIGHT_ID"
value=
"11"
>
<description>
On-fly
telemetry
</description>
<description>
Flight
telemetry
</description>
</entry>
</entry>
<entry
name=
"MAV_
FLIGHT_
STATS_ID"
value=
"12"
>
<entry
name=
"MAV_STATS_ID"
value=
"12"
>
<description>
Low Rate flight stat
s telemetry
</description>
<description>
Satistic
s telemetry
</description>
</entry>
</entry>
<entry
name=
"MAV_SENSORS_STATE_ID"
value=
"13"
>
<entry
name=
"MAV_SENSORS_STATE_ID"
value=
"13"
>
<description>
Sensors init state telemetry
</description>
<description>
Sensors init state telemetry
</description>
...
@@ -314,12 +314,12 @@
...
@@ -314,12 +314,12 @@
<field
name=
"timestamp"
type=
"uint64_t"
units=
"ms"
>
Timestamp
</field>
<field
name=
"timestamp"
type=
"uint64_t"
units=
"ms"
>
Timestamp
</field>
<field
name=
"log_number"
type=
"int16_t"
>
Currently active log file, -1 if the logger is inactive
</field>
<field
name=
"log_number"
type=
"int16_t"
>
Currently active log file, -1 if the logger is inactive
</field>
<field
name=
"too_large_samples"
type=
"int32_t"
>
Number of dropped samples because too large
</field>
<field
name=
"too_large_samples"
type=
"int32_t"
>
Number of dropped samples because too large
</field>
<field
name=
"
s
dropped_samples"
type=
"int32_t"
>
Number of dropped samples due to fifo full
</field>
<field
name=
"dropped_samples"
type=
"int32_t"
>
Number of dropped samples due to fifo full
</field>
<field
name=
"queued_samples"
type=
"int32_t"
>
Number of samples written to buffer
</field>
<field
name=
"queued_samples"
type=
"int32_t"
>
Number of samples written to buffer
</field>
<field
name=
"
filled_
buffers"
type=
"int32_t"
>
Number of buffers filled
</field>
<field
name=
"buffers
_filled
"
type=
"int32_t"
>
Number of buffers filled
</field>
<field
name=
"
written_buffers
"
type=
"int32_t"
>
Number of buffers written to disk
</field>
<field
name=
"
buffers_written
"
type=
"int32_t"
>
Number of buffers written to disk
</field>
<field
name=
"
failed_writes
"
type=
"int32_t"
>
Number of fwrite() that failed
</field>
<field
name=
"
writes_failed
"
type=
"int32_t"
>
Number of fwrite() that failed
</field>
<field
name=
"
error_
writes"
type=
"int32_t"
>
Error of the last fwrite() that failed
</field>
<field
name=
"writes
failed
"
type=
"int32_t"
>
Error of the last fwrite() that failed
</field>
<field
name=
"average_write_time"
type=
"int32_t"
>
Average time to perform an fwrite() of a buffer
</field>
<field
name=
"average_write_time"
type=
"int32_t"
>
Average time to perform an fwrite() of a buffer
</field>
<field
name=
"max_write_time"
type=
"int32_t"
>
Max time to perform an fwrite() of a buffer
</field>
<field
name=
"max_write_time"
type=
"int32_t"
>
Max time to perform an fwrite() of a buffer
</field>
</message>
</message>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment