BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 129 forks source link

IGNORE_ITEM (in target.txt) Has no Effect #1775

Open jhayes-apl opened 2 years ago

jhayes-apl commented 2 years ago

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.