Switching to TlmPacketizer #1665
Unanswered
MichaelStarks
asked this question in
Q&A
Replies: 1 comment
-
There is a tool we have to integrate with the build system so you can specify packets and use them with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to switch from Svc::TlmChan to Svc::TlmPacketizer. I have searched my workspace and changed every instance of the TlmChan object, named chanTlm, to the TlmPacketizer object, named packetTlm, and the TlmChan type to TlmPacketizer. I am able to build the workspace but when I run the executable, I immediately get a Seg Fault. Am I missing any steps to get TlmPacketizer working?
Beta Was this translation helpful? Give feedback.
All reactions