Skip to content

Fix #102, Adds new hk peek and sym tlm packets#103

Open
chillfig wants to merge 1 commit into
nasa:devfrom
chillfig:fix-102-adds-new-hk-tlm
Open

Fix #102, Adds new hk peek and sym tlm packets#103
chillfig wants to merge 1 commit into
nasa:devfrom
chillfig:fix-102-adds-new-hk-tlm

Conversation

@chillfig

@chillfig chillfig commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Checklist (Please check before submitting)

Describe the contribution

  • Fixes Add new housekeeping telemetry #102, adds the new MM PEEK_TLM and SYM_LOOKUP telemetry topics and their corresponding message ID definitions along with transmission at time of command. It also wires the packets through the default and EDS message definitions so the telemetry structures, topic mappings, and app usage stay consistent and build cleanly.

Testing performed
build eds and non-eds

Expected behavior changes
Capability to view latest peek and symbol lookup in housekeeping packet.

Why this would be useful: Peek and Symbol Lookup results now publish as dedicated, on-demand telemetry packets rather than being folded into the polled HK packet, giving ground systems unambiguous, real-time command response data without requiring HK cycle.

System(s) tested on

  • Hardware: PC
  • OS: Linux
  • Versions: mm 7.0

Additional context
N/A

Third party code
N/A

Contributor Info - All information REQUIRED for consideration of pull request
Justin Figueroa, Vantage Systems Inc

@chillfig chillfig changed the title Fix #102, wip Fix #102, Adds new hk peek and sym tlm packets Mar 18, 2026
@chillfig chillfig force-pushed the fix-102-adds-new-hk-tlm branch from a37650a to 8a1c31e Compare June 23, 2026 00:49
@chillfig chillfig changed the base branch from main to dev June 23, 2026 01:00
@chillfig chillfig force-pushed the fix-102-adds-new-hk-tlm branch from 8a1c31e to 0eb1cb4 Compare June 23, 2026 01:10
@chillfig chillfig force-pushed the fix-102-adds-new-hk-tlm branch from 0eb1cb4 to 17f48fa Compare June 23, 2026 01:57
@chillfig

chillfig commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Ready for review.

Will require changes sample_defs/eds/cfe-topicids.xml for the cFS bundle to build eds. Add both MM_PEEK_TLM_TOPICID and MM_SYM_LOOKUP_TLM_TOPICID and it will build successfully.

<Define name="MM_PEEK_TLM_TOPICID" value="${CFE_MISSION/TELEMETRY_BASE_TOPICID} + 136"/> <Define name="MM_SYM_LOOKUP_TLM_TOPICID" value="${CFE_MISSION/TELEMETRY_BASE_TOPICID} + 137"/>

@chillfig chillfig self-assigned this Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new housekeeping telemetry

2 participants