Compilation Errors relating to Abstract Classes #1485
Unanswered
EbenezerA99
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This almost always means you didn't override the handler functions for ports and commands that are defined in the autocoded base class. Run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi! I'm developing a test deployment on Fprime v3.0 and im running into some issues where integrating the three custom components that I wrote for this test cause compilation errors. Specifically, I am seeing the following:
The abstract class error only occurs for the three custom components I'm integrating into the deployment. All 3 of the components and the deployment itself are defined in the
SSDL
module in their respective fpp files.Has anyone seen errors like this? I am unsure how to address the error within the v3.0 fprime framework(unsure if its a fpp issue?). Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions