-
Hi, I am having a type which is defined in
Now I would like to use this type in a port which is defined in e.g. MyModule/MyComponentApp.fpp
How can I import such explicitly in cpp defined Types in fpp files, something alike
? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
It looks like this is a C++ type that you want to use in an FPP model (as opposed to a FPP defined type for use in the FPP model). @bocchino is this possible? Or does the type need to be defined in FPP if it is to be used in an FPP model? |
Beta Was this translation helpful? Give feedback.
-
Hello, What is the state on this? |
Beta Was this translation helpful? Give feedback.
It looks like this is a C++ type that you want to use in an FPP model (as opposed to a FPP defined type for use in the FPP model). @bocchino is this possible? Or does the type need to be defined in FPP if it is to be used in an FPP model?