We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IGNORE_ITEM (in target.txt) has no effect. IGNORE_PARAMETER works as expected. For example, I have:
# Ignored command parameters (e.g., not displayed in command sender) IGNORE_PARAMETER CCSDSVER # CCSDS header
This works, i.e., CCSDSVER does not appear in Command Sender. I also have:
# Ignored telemetry items (e.g., not displayed in packet viewer) IGNORE_ITEM CCSDSVER # CCSDS header
This does not work, i.e., CCSDSVER does appear in Packet Viewer.
I see this on COSMOS 5.0.3 and 5.0.4 on Linux.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
IGNORE_ITEM (in target.txt) has no effect. IGNORE_PARAMETER works
as expected. For example, I have:
This works, i.e., CCSDSVER does not appear in Command Sender. I also
have:
This does not work, i.e., CCSDSVER does appear in Packet Viewer.
I see this on COSMOS 5.0.3 and 5.0.4 on Linux.
The text was updated successfully, but these errors were encountered: