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
2105872f
Commit
2105872f
authored
3 years ago
by
Alberto Nidasio
Browse files
Options
Downloads
Patches
Plain Diff
[Pyxis] Updated SYS and FSM telemetries
parent
aa28ae34
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
message_definitions/pyxis.xml
+14
-11
14 additions, 11 deletions
message_definitions/pyxis.xml
with
14 additions
and
11 deletions
message_definitions/pyxis.xml
+
14
−
11
View file @
2105872f
...
@@ -280,20 +280,23 @@
...
@@ -280,20 +280,23 @@
<message
id=
"200"
name=
"SYS_TM"
>
<message
id=
"200"
name=
"SYS_TM"
>
<description>
System status telemetry
</description>
<description>
System status telemetry
</description>
<field
name=
"timestamp"
type=
"uint64_t"
units=
"ms"
>
Timestamp
</field>
<field
name=
"timestamp"
type=
"uint64_t"
units=
"ms"
>
Timestamp
</field>
<field
name=
"death_stack"
type=
"uint8_t"
></field>
<field
name=
"logger"
type=
"uint8_t"
>
True if the logger started correctly
</field>
<field
name=
"logger"
type=
"uint8_t"
></field>
<field
name=
"event_broker"
type=
"uint8_t"
>
True if the event broker started correctly
</field>
<field
name=
"ev_broker"
type=
"uint8_t"
></field>
<field
name=
"radio"
type=
"uint8_t"
>
True if the radio started correctly
</field>
<field
name=
"pin_obs"
type=
"uint8_t"
></field>
<field
name=
"pin_observer"
type=
"uint8_t"
>
True if the pin observer started correctly
</field>
<field
name=
"radio"
type=
"uint8_t"
></field>
<field
name=
"sensors"
type=
"uint8_t"
>
True if the sensors started correctly
</field>
<field
name=
"state_machines"
type=
"uint8_t"
></field>
<field
name=
"board_scheduler"
type=
"uint8_t"
>
True if the board scheduler is running
</field>
<field
name=
"sensors"
type=
"uint8_t"
></field>
</message>
</message>
<message
id=
"201"
name=
"FSM_TM"
>
<message
id=
"201"
name=
"FSM_TM"
>
<!-- SAME FOR ROCKET AND PAYLOAD BUT ONE SET SHOULD CONTAIN THE OTHER -->
<!-- SAME FOR ROCKET AND PAYLOAD BUT ONE SET SHOULD CONTAIN THE OTHER -->
<!-- TODO: ADD ALL FSM STATES -->
<description>
Flight State Machine status telemetry
</description>
<description>
Flight State Machine status telemetry
</description>
<field
name=
"timestamp"
type=
"uint64_t"
units=
"ms"
>
Timestamp
</field>
<field
name=
"timestamp"
type=
"uint64_t"
units=
"ms"
>
Timestamp
</field>
<field
name=
"fmm_state"
type=
"uint8_t"
>
FMM State
</field>
<field
name=
"ada_state"
type=
"uint8_t"
>
Apogee Detection Algorithm state
</field>
<field
name=
"abk_state"
type=
"uint8_t"
>
AirBrakes state
</field>
<field
name=
"dpl_state"
type=
"uint8_t"
>
Deployment state
</field>
<field
name=
"fmm_state"
type=
"uint8_t"
>
Flight Mode Manager state
</field>
<field
name=
"fsr_state"
type=
"uint8_t"
>
Flight Stats Recorder state
</field>
<field
name=
"nas_state"
type=
"uint8_t"
>
Navigation and Attitude State state
</field>
</message>
</message>
<message
id=
"202"
name=
"PIN_OBS_TM"
>
<message
id=
"202"
name=
"PIN_OBS_TM"
>
<!-- PAYLOAD USES ONE PIN ONLY -->
<!-- PAYLOAD USES ONE PIN ONLY -->
...
@@ -319,7 +322,7 @@
...
@@ -319,7 +322,7 @@
<field
name=
"buffers_filled"
type=
"int32_t"
>
Number of buffers filled
</field>
<field
name=
"buffers_filled"
type=
"int32_t"
>
Number of buffers filled
</field>
<field
name=
"buffers_written"
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=
"writes_failed"
type=
"int32_t"
>
Number of fwrite() that failed
</field>
<field
name=
"writes_failed"
type=
"int32_t"
>
Number of fwrite() that failed
</field>
<field
name=
"
writesfailed
"
type=
"int32_t"
>
Error of the last fwrite() that failed
</field>
<field
name=
"
last_write_error
"
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