Skip to content

Capture all internal cFS CCSDS traffic? #733

Answered by irowebbn
joshua99911 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you are correct that cFE Message packets are implemented as CCSDS Space Packets.

The approach you mention is what I have seen as well. Take a look at fsw/inc/ds_extern_typedefs.h in the DS app. There are two tables that you load into the app in order to store messages- the Destination File table and the Filter table. The destination file table simply information about one or more files you want to use to organize and store your data. The filter table takes entries of message IDs (telecommand or telemetry) with some parameters about how often to log them. You can enter the same message ID into the table multiple times if you want to store it in multiple different files.

The message ID…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joshua99911
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants