cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
24 stars 2 forks source link

KIT_TO: Add message forward counter to HK telemetry #46

Closed open-stemware closed 5 months ago

open-stemware commented 1 year ago

Add a counter in KIT_TO's HK telemetry that counts the number of packets of packets that have been forwarded. These are packets that have the forward flag set to true.

dmccomas commented 5 months ago

Added unsigned 32-bit PktForwardCnt to HK telemetry. Also updated EDS command payload names to use "_CmdPayload" naming convention.