Replies: 1 comment
-
If the output and input type of the ports are the same, there is nothing preventing you from loop back the connection. If you want to do that just for internal connections, consider using https://github.com/nasa/fprime/blob/devel/Svc/ActiveLogger/ActiveLogger.fpp#L34 That allows you to avoid creating all the port code and invoking it, since internally the |
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
Can I loopback the input and output port of the same component or is there any constraint on doing so ?
Beta Was this translation helpful? Give feedback.
All reactions