Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing/Incorrect variables in cfe tlm.txt files #234

Closed
thnkslprpt opened this issue Mar 22, 2023 · 0 comments · Fixed by #235
Closed

Missing/Incorrect variables in cfe tlm.txt files #234

thnkslprpt opened this issue Mar 22, 2023 · 0 comments · Fixed by #235

Comments

@thnkslprpt
Copy link
Contributor

Describe the bug
Couple of incorrect/misnamed variables in the tlm.txt files.

Code snips
GetPipeIdByNameErrorCounter HK variable missing here after DuplicateSubscriptionsCounter, and Spare2Align is now only 1 byte in size, not 2 (I assume it was reduced from 2 to 1 bytes in the update that added GetPipeIdByNameErrorCounter).

DuplicateSubscriptionsCounter, 21, 1, B, Dec, NULL, NULL, NULL, NULL
Spare2Align, 22, 2, H, Dec, NULL, NULL, NULL, NULL
PipeOverflowErrorCounter, 24, 2, H, Dec, NULL, NULL, NULL, NULL

FileCreateTimeSecs included twice - 2nd field should be labeled as SubSecs, not Secs.

FileCreateTimeSecs, 32, 4, I, Dec, NULL, NULL, NULL, NULL
FileCreateTimeSecs, 36, 4, I, Dec, NULL, NULL, NULL, NULL

Expected behavior
HK description fields should be correct.

Reporter Info
Avi Weiss @thnkslprpt

thnkslprpt added a commit to thnkslprpt/cFS-GroundSystem that referenced this issue Mar 22, 2023
dzbaker added a commit that referenced this issue Dec 10, 2024
…txt-variables

Fix #234, Update incorrect variable descriptions in tlm.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant