-
Is it possible to add a default filter to events from apps like EVS or CFE_TIME via a table? If so, is there an example of that available? |
Beta Was this translation helpful? Give feedback.
Answered by
skliper
Jun 9, 2022
Replies: 1 comment 1 reply
-
If you are using Stored Command (https://github.com/nasa/SC) you could put the commands to add the filters in an RTS table that runs at startup. You could even have multiple RTS's that have different filter sets that you could selectively run as needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
irowebbn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using Stored Command (https://github.com/nasa/SC) you could put the commands to add the filters in an RTS table that runs at startup. You could even have multiple RTS's that have different filter sets that you could selectively run as needed.